xoxys.dnsmasq/handlers/main.yml
Robert Kaussow 9eb9c07ca6
Some checks failed
continuous-integration/drone/push Build is failing
add missing docuemtn start to handlers
2023-06-21 08:42:54 +02:00

11 lines
189 B
YAML

---
- name: Restart dnsmasq Service
service:
name: dnsmasq
state: restarted
daemon_reload: yes
enabled: yes
listen: __dnsmasq_restart
become: True
become_user: root