mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ttl should always be used during a delete
This commit is contained in:
parent
8b60fb7181
commit
4097cbf317
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ EXAMPLES = '''
|
|||
command: delete
|
||||
zone: foo.com
|
||||
record: "{{ rec.set.record }}"
|
||||
ttl: "{{ rec.set.ttl }}"
|
||||
type: "{{ rec.set.type }}"
|
||||
value: "{{ rec.set.value }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue