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 3945794704 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)
10 years ago
..
amazon Merge pull request #3863 from ryansb/iam-pass-module 10 years ago
azure Fix azure_rm_virtualmachine (#4174). 10 years ago
digital_ocean Bug: repeatable invocation with state=present leads to (#3052) 10 years ago
docker Merge pull request #4173 from chouseknecht/fix_entrypoint 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 Remove version-added on name field. 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