mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Update dnsmadeeasy.py (#38731)
<!--- 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
This commit is contained in:
parent
ce1040ba4a
commit
2e2cfa6232
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ EXAMPLES = '''
|
||||||
account_key: key
|
account_key: key
|
||||||
account_secret: secret
|
account_secret: secret
|
||||||
domain: my.com
|
domain: my.com
|
||||||
|
record_type: A
|
||||||
state: absent
|
state: absent
|
||||||
record_name: test
|
record_name: test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue