no append by default

This commit is contained in:
Antonio J. Delgado 2023-10-06 11:38:11 +03:00
parent 4d5d3c319d
commit 5d1c15697c

View file

@ -85,6 +85,6 @@
record_type: "{{ item.record_type }}"
record_ttl: "{{ item.record_ttl }}"
state: "{{ item.state |default('present') }}"
append: true
append: "{{ item.append | default(false) }}"
loop: "{{ records }}"
# when: item['domain'] == "susurrando.com" and "adpvm" in item['value']