no append by default
This commit is contained in:
parent
4d5d3c319d
commit
5d1c15697c
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@
|
||||||
record_type: "{{ item.record_type }}"
|
record_type: "{{ item.record_type }}"
|
||||||
record_ttl: "{{ item.record_ttl }}"
|
record_ttl: "{{ item.record_ttl }}"
|
||||||
state: "{{ item.state |default('present') }}"
|
state: "{{ item.state |default('present') }}"
|
||||||
append: true
|
append: "{{ item.append | default(false) }}"
|
||||||
loop: "{{ records }}"
|
loop: "{{ records }}"
|
||||||
# when: item['domain'] == "susurrando.com" and "adpvm" in item['value']
|
# when: item['domain'] == "susurrando.com" and "adpvm" in item['value']
|
||||||
|
|
Loading…
Reference in a new issue