With the Azure SDK for python (1.0.0), the ansible2 error is that it can’t find the azure SDK for python (when trying to create an azure vm)
Here is my pip list (if I should upgrade something, just let me know).
azure (0.11.1)
docker-py (1.4.0)
gyp (0.1)
httplib2 (0.9.1)
Jinja2 (2.8)
MarkupSafe (0.23)
pip (7.1.2)
PyYAML (3.11)
requests (2.7.0)
setuptools (18.3.1)
six (1.9.0)
websocket-client (0.32.0)
wheel (0.24.0)
Here is my ansible version
ansible 2.0.0 (devel e6c9efec63) last updated 2015/09/10
Here is my Docker container OS version:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=15.04
DISTRIB_CODENAME=vivid
DISTRIB_DESCRIPTION=“Ubuntu 15.04”
Thanks!
Todd