Skip to content

Commit

Permalink
Update dnsmadeeasy.py (ansible#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. (ansible#38730)
+label: docsite_pr
  • Loading branch information
BlackthornYugen authored and Alexander Bethke committed May 14, 2018
1 parent 3c76045 commit 4acba73
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 4acba73

Please sign in to comment.