digital_ocean module problem, dopy >= 0.2.3 required

Hello all,

I have posted next issue on github: https://github.com/ansible/ansible-modules-core/issues/360

Can someone explain what I have to do to use digital_ocean module?

Best regards, Sergey

Hi Sergey,

You will need to install the dopy module, with the minimum version being 0.2.3. You can install this via pip from PyPI (https://pypi.python.org/pypi/dopy/0.3.0) or if your distribution packages it you can install it via whatever package manager it uses (yum, apt, etc).

If you have any further questions, please let us know.

Thanks!

I got!

I used ansible from python virtualenv. After ansible connected to localhost, it did not see dopy module.
I have fix: hosts file should be:

`
localhost ansible_connection=local ansible_python_interpreter=python

`