wiki:ansible_troubleshooting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wiki:ansible_troubleshooting [2026/06/18 08:10] – add ansible hangs antisa | wiki:ansible_troubleshooting [2026/07/16 09:26] (current) – add docker scheme not supported antisa | ||
|---|---|---|---|
| Line 86: | Line 86: | ||
| 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 '' | 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 '' | ||
| + | |||
| + | ===== Error connecting: Error while fetching server API version: Not supported URL | ||
| + | Try upgrading to a newest **community.docker** collection version | ||
| + | |||
| + | ansible-galaxy collection install --force community.docker | ||
| + | | ||
| + | Or a specific version that supports the ansible version installed: | ||
| + | |||
| + | ansible-galaxy collection install --force community.docker: | ||
| + | | ||
| ====== See also ====== | ====== See also ====== | ||
wiki/ansible_troubleshooting.txt · Last modified: by antisa
