You've already forked role_dnsmasq
fix: Remove current instance
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user