Skip to content

Commit

Permalink
Update dnsmadeeasy.py (#38731)
Browse files Browse the repository at this point in the history
<!--- Your description here -->
If you omit the record type on state absent you will get "record_type not yet supported". Although in my experience so far, if you put the record type it still fails to remove the record but it doesn't crash. (#38730)
+label: docsite_pr
  • Loading branch information
BlackthornYugen authored and dagwieers committed Apr 20, 2018
1 parent ce1040b commit 2e2cfa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/modules/net_tools/dnsmadeeasy.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
account_key: key
account_secret: secret
domain: my.com
record_type: A
state: absent
record_name: test
Expand Down

0 comments on commit 2e2cfa6

Please sign in to comment.