From 02bd42812319a75c86eda854b7cb355878987043 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Fri, 22 Oct 2021 07:49:32 +0200 Subject: [PATCH] bugfix: delete dns entry changed state --- roles/_digitalocean/tasks/_remove_dns.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/_digitalocean/tasks/_remove_dns.yml b/roles/_digitalocean/tasks/_remove_dns.yml index 6b7b324..c9cf001 100644 --- a/roles/_digitalocean/tasks/_remove_dns.yml +++ b/roles/_digitalocean/tasks/_remove_dns.yml @@ -39,6 +39,7 @@ authorization: Bearer {{ digitalocean_authentication_token }} return_content: yes status_code: 204 + changed_when: true when: domain_record.ip != '-' and record_to_remove != domain_record.ip