diff --git a/tasks/configure.yml b/tasks/configure.yml index cee0df0..1ecad21 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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']