mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
85bd975238
[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) |
||
---|---|---|
.. | ||
ansible |