Hello,
On my OSX box, I'm unable to call the docker command from the docker module.
I tried to install docker both from homebrew, and then deinstall and install from pip.
Both times, I get this error:
invalid output was: Traceback (most recent call last):
File "/home/my-user/.ansible/tmp/ansible-tmp-1403557661.52-85899692189810/docker", line 312, in <module>
from docker.client import APIError as DockerAPIError
ImportError: No module named docker.client
Do you have any idea what is wrong with that?
Ansible version on my server maybe ?