You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/digital_ocean
Andrei Lukovenko ff223ee14c Bug: invocation with state=absent always leads to (#3051)
[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: destroy domain
  digital_ocean_domain: state=absent name=DOMAIN_NAME

Problem: DigitalOcean API accepts domain name, not record ID
(https://developers.digitalocean.com/documentation/v2/#delete-a-domain)
8 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 10 years ago
digital_ocean.py Fixing compile time error exception handling for python 3. (#3843) 8 years ago
digital_ocean_domain.py Bug: invocation with state=absent always leads to (#3051) 8 years ago
digital_ocean_sshkey.py Fixing compile time error exception handling for python 3. (#3843) 8 years ago