community.general/lib/ansible/modules/cloud/digital_ocean
Gurchet Rai 490dc40203 Fix DO_API_KEY environment variable check (#33512)
`os.environ['DO_API_TOKEN']` raised a `KeyError` preventing the check
for `os.environ['DO_API_KEY]` from being executed. Fix this by failing
only if the api token isn't set.
2017-12-14 00:07:45 -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 Fix DO_API_KEY environment variable check (#33512) 2017-12-14 00:07:45 -05:00
digital_ocean_block_storage.py Refactor DigitalOcean modules 2017-08-18 00:23:54 -07:00
digital_ocean_certificate.py Add new module - digital_ocean_certificate (#26632) 2017-11-15 01:33:01 -05:00
digital_ocean_domain.py Refactor Digital Ocean Domain (#29179) 2017-12-09 11:24:20 +05:30
digital_ocean_floating_ip.py Modules metadata: fix invalid GitHub ID in author field (#31856) 2017-11-02 06:52:18 -04:00
digital_ocean_sshkey.py digital_ocean_sshkey doc refinement and removal of unused import (#28960) 2017-09-11 19:44:06 -04:00
digital_ocean_sshkey_facts.py [cloud] Add new module digital_ocean_sshkey_facts (#26365) 2017-10-25 11:34:39 -04:00
digital_ocean_tag.py Fix Digital Ocean tags module data type (#33486) 2017-12-03 01:21:19 +05:30