Open iaalmeida opened 3 years ago
I have this same issue.
@iaalmeida @zendritic take a look at https://docs.ansible.com/ansible/latest/network/user_guide/cli_parsing.html
This is effectively retired and moved into the Ansible netcommon libraries.
Issue #246 was opened to have this repo marked as archive.
ISSUE TYPE
ANSIBLE VERSION
Network OS
SUMMARY
After upgrade ansible from 2.9.18 to 2.10, I was no longer able to run my playbooks with network-engine.
The error was "ModuleNotFoundError: No module named 'ansible.module_utils.network_common'"
In file
I had to change line 26
to
And in file:
I had to change line 13
to
STEPS TO REPRODUCE
EXPECTED RESULTS
No errors at all.
ACTUAL RESULTS