ttl should always be used during a delete

This commit is contained in:
Alex Clifford 2015-01-20 10:43:22 +11:00 committed by Matt Clay
parent 8b60fb7181
commit 4097cbf317

View file

@ -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 }}"