From 5d1c15697c5f843af0a105d8b1791ad4af813753 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 6 Oct 2023 11:38:11 +0300 Subject: [PATCH] no append by default --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']