You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Relevant log output
```shell
TASK [arista.avd.eos_cli_config_gen : Generate eos intended configuration and device documentation] ***
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: jinja2.exceptions.UndefinedError: 'aaa_accounting_commands_commands_console_cli' is undefined
fatal: [host1 -> localhost]: FAILED! => {"changed": false, "msg": "Error during plugin execution: 'aaa_accounting_commands_commands_console_cli' is undefined"}
Contributing Guide
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Issue Summary
When we use below input for aaa accounting:
then in that case getting error as 'aaa_accounting_commands_commands_console_cli' is undefined".
Move the printout{{ aaa_accounting_commands_commands_console_cli }} into the if block to fix this issue.
Which component(s) of AVD impacted
eos_cli_config_gen
How do you run AVD ?
Ansible CLI (with virtual-env or native python)
Steps to reproduce
Contributing Guide
The text was updated successfully, but these errors were encountered: