xoxys.dnsmasq/handlers/main.yml

9 lines
154 B
YAML

---
- name: Restart dnsmasq Service
service:
name: dnsmasq
state: restarted
daemon_reload: yes
enabled: yes
listen: __dnsmasq_restart