Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible 2.9 ios_command module not found when running "create a checkpoint of the current running-config" #110

Open
colindwagner opened this issue Nov 11, 2019 · 0 comments

Comments

@colindwagner
Copy link

{
    "exception": "Traceback (most recent call last):\n  File \"<stdin>\", line 102, in <module>\n  File \"<stdin>\", line 94, in _ansiballz_main\n  File \"<stdin>\", line 40, in invoke_module\n  File \"/usr/lib64/python2.7/runpy.py\", line 170, in run_module\n    mod_name, loader, code, fname = _get_module_details(mod_name)\n  File \"/usr/lib64/python2.7/runpy.py\", line 103, in _get_module_details\n    raise ImportError(\"No module named %s\" % mod_name)\nImportError: No module named ansible.modules.ios_command\n",
    "_ansible_no_log": false,
    "module_stderr": "Traceback (most recent call last):\n  File \"<stdin>\", line 102, in <module>\n  File \"<stdin>\", line 94, in _ansiballz_main\n  File \"<stdin>\", line 40, in invoke_module\n  File \"/usr/lib64/python2.7/runpy.py\", line 170, in run_module\n    mod_name, loader, code, fname = _get_module_details(mod_name)\n  File \"/usr/lib64/python2.7/runpy.py\", line 103, in _get_module_details\n    raise ImportError(\"No module named %s\" % mod_name)\nImportError: No module named ansible.modules.ios_command\n",
    "changed": false,
    "module_stdout": "",
    "rc": 1,
    "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error"
}

So far everything works on Ansible 2.8.6, but this seems to break on Ansible 2.9. Has it something to do with collections? I can use the ios_command module fine when not using this provider role. I will be downloading this and making some modifications in order for it to work on 2.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant