mirror of https://github.com/ansible/ansible.git
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)reviewable/pr18780/r1
parent
74285d6a53
commit
ff223ee14c
Loading…
Reference in New Issue