System version of python
`
which python
/usr/local/bin/python
python --version
Python 2.7.6
`
Pip installed with sudo easy_install pip
`
which pip
/usr/local/bin/pip
pip --version
pip 6.1.1 from /usr/local/lib/python2.7/site-packages/pip-6.1.1-py2.7.egg (python 2.7)
`
Both ansible and dopy installed with pip
`
pip list
You are using pip version 6.1.1, however version 7.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
ansible (1.9.1)
dopy (0.3.6)
`
Error when trying to use digital_ocean module
`
TASK: [create digitalocean droplet] *******************************************
failed: [127.0.0.1] => {“failed”: true, “parsed”: false}
failed=True msg=‘dopy >= 0.2.3 required for this module’
`