1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/cloud/digital_ocean
Toshio Kuratomi 0fe99f20d9 Emit an error message if six is not installed.
dopy 0.3.7 makes use of six but doesn't list it as a requirement.  This
means that people installing with pip won't get six installed, leading
to errors.  Upstream released dopy-0.3.7a to address that but pip thinks
that is an alpha release.  pip does not install alpha releases by
default so users aren't helped by that.

This change makes ansible emit a good error message in this case.

Fixes #4613
2016-12-08 11:25:19 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
digital_ocean.py Emit an error message if six is not installed. 2016-12-08 11:25:19 -05:00
digital_ocean_block_storage.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 2016-12-08 11:25:19 -05:00
digital_ocean_domain.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 2016-12-08 11:25:19 -05:00
digital_ocean_sshkey.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 2016-12-08 11:25:19 -05:00
digital_ocean_tag.py Fix exception hierarchy for digital ocean and some cleanups of pep8 style 2016-12-08 11:25:19 -05:00