wiki:ansible_troubleshooting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:ansible_troubleshooting [2024/03/22 08:49] – add unsupported locale setting antisa | wiki:ansible_troubleshooting [2025/10/23 09:48] (current) – add couldn't resolve module/action antisa | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| Then run | Then run | ||
| locale-gen | locale-gen | ||
| + | |||
| + | |||
| + | ===== an unexpected keyword argument ' | ||
| + | < | ||
| + | [WARNING]: Skipping Galaxy server https:// | ||
| + | collection community.docker: | ||
| + | HTTPSConnection.__init__() got an unexpected keyword argument ' | ||
| + | argument ' | ||
| + | ERROR! Unknown error when attempting to call Galaxy at ' | ||
| + | </ | ||
| + | |||
| + | Try a different (newer) ansible version. | ||
| + | |||
| + | ===== " | ||
| + | |||
| + | This is also possibly a mismatch with ansible versions and older python on target hosts. Try a different, older ansible version if running against older OS-es. | ||
| + | |||
| + | ===== couldn' | ||
| + | You have the module installed but it still returns a similar error might be because of an older version of plugin. Run this to update it: | ||
| + | |||
| + | ansible-galaxy collection install community.libvirt -U | ||
| + | |||
| + | Now 2 versions are shown, ansible should use the newest one. | ||
| + | ansible-galaxy collection list |grep virt | ||
| + | community.libvirt | ||
| + | community.libvirt | ||
| + | |||
| + | Check also if the ansible version itself is compatible with plugin, on plugin document page. | ||
| ====== See also ====== | ====== See also ====== | ||
| Line 57: | Line 85: | ||
| ====== References ====== | ====== References ====== | ||
| + | * https:// | ||
wiki/ansible_troubleshooting.1711097399.txt.gz · Last modified: by antisa
