From 217806e225b441e806b4eeb4f799c354d22d0b2d Mon Sep 17 00:00:00 2001 From: Ullli Date: Tue, 12 May 2026 13:00:04 +0200 Subject: [PATCH 1/1] commit --- tasks/pihole.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pihole.yml b/tasks/pihole.yml index c856985..6e8d878 100644 --- a/tasks/pihole.yml +++ b/tasks/pihole.yml @@ -4,7 +4,7 @@ cmd: pihole-FTL --config dns.upstreams '{{ fsit_smgt_dns_upstreams | to_json }}' register: ftl_dns_upstreams_response changed_when: ftl_dns_upstreams_response.rc != 0 - when: fsit_smgt_dns_upstreams |lenght > 0 + when: "fsit_smgt_dns_upstreams |lenght > 0" - name: Update misc.dnsmasq_lines ansible.builtin.command: cmd: pihole-FTL --config misc.dnsmasq_lines '{{ fsit_smgt_dnsmasq_lines | to_json }}' -- 2.39.5