community.general/lib/ansible/modules/cloud/digital_ocean
Andrei Lukovenko 436ff356e7 Bug: repeatable invocation with state=present leads to (#3052)
[localhost]: FAILED! => {"changed": false, "failed": true, "msg":
"'Domain' object has no attribute 'id'"}

How to reproduce:

- name: create domain
  digital_ocean_domain: state=present name=DOMAIN_NAME ip=DROPLET_IP

- name: create domain
  digital_ocean_domain: state=present name=DOMAIN_NAME ip=DROPLET_IP

Problem: DigitalOcean API changed API
(https://developers.digitalocean.com/documentation/v2/#list-all-domain-records)
2016-12-08 11:24:44 -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 Fixing compile time error exception handling for python 3. (#3843) 2016-12-08 11:24:34 -05:00
digital_ocean_domain.py Bug: repeatable invocation with state=present leads to (#3052) 2016-12-08 11:24:44 -05:00
digital_ocean_sshkey.py Fixing compile time error exception handling for python 3. (#3843) 2016-12-08 11:24:34 -05:00