Advertisement
Guest User

Untitled

a guest
Apr 21st, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. TASK [prechecks : Checking docker SDK version] *******************************************************************************************************
  2. fatal: [localhost]: FAILED! => {"changed": false, "cmd": ["/usr/libexec/platform-python", "-c", "import docker; print(docker.__version__)"], "delta": "0:00:00.009812", "end": "2022-04-21 18:19:10.627471", "failed_when_result": true, "msg": "non-zero return code", "rc": 1, "start": "2022-04-21 18:19:10.617659", "stderr": "Traceback (most recent call last):\n File \"<string>\", line 1, in <module>\nModuleNotFoundError: No module named 'docker'", "stderr_lines": ["Traceback (most recent call last):", " File \"<string>\", line 1, in <module>", "ModuleNotFoundError: No module named 'docker'"], "stdout": "", "stdout_lines": []}
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement