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 [2025/09/30 12:24] – add "msg": "MODULE FAILURE antisa | wiki:ansible_troubleshooting [2026/06/18 08:10] (current) – add ansible hangs antisa | ||
|---|---|---|---|
| Line 66: | Line 66: | ||
| 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. | 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. | ||
| + | |||
| + | ===== ansible-playbook hangs on specific server ===== | ||
| + | |||
| + | Check the '' | ||
| + | |||
| + | ps aux | grep ansible | ||
| + | |||
| + | There should be an ssh command triggered where you should see the server hostname where the ansible is stuck on. Log into that server and check the '' | ||
| ====== See also ====== | ====== See also ====== | ||
wiki/ansible_troubleshooting.1759235077.txt.gz · Last modified: by antisa
