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
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)
10 years ago
..
amazon Add default port for aurora (#4102) 10 years ago
azure Remove object name validation. 10 years ago
digital_ocean Bug: invocation with state=absent always leads to (#3051) 10 years ago
docker Merge pull request #3994 from chouseknecht/fix_ulimit 10 years ago
google Merge pull request #3701 from gillesgagniard/gce-subnetwork-dev 10 years ago
linode Py3 exclude list (#3698) 10 years ago
openstack nova_compute: indicate argument type (#4070) 10 years ago
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 10 years ago
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 10 years ago
__init__.py package files 11 years ago