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 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)
8 years ago
..
__init__.py
digital_ocean.py Fixing compile time error exception handling for python 3. (#3843) 8 years ago
digital_ocean_domain.py Bug: repeatable invocation with state=present leads to (#3052) 8 years ago
digital_ocean_sshkey.py Fixing compile time error exception handling for python 3. (#3843) 8 years ago