fix: Remove current instance

This commit is contained in:
2025-03-30 18:22:46 +02:00
parent 8b13ab3410
commit 387a4c8fd5
3 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
ansible.builtin.systemd:
state: reloaded
name: dnsmasq.service
when: dnsmasq_reload is defined
when: dnsmasq_reload is undefined
loop: "{{ dnsmasq_hosts }}"
delegate_to: "{{ item }}"
run_once: true