xoxys.dnsmasq/handlers/main.yml
Robert Kaussow d55fc84fe9
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful
refctor: rework ci to ue ansible-lint and fix molecule
2024-08-19 10:25:06 +02:00

9 lines
172 B
YAML

---
- name: Restart dnsmasq Service
ansible.builtin.service:
name: dnsmasq
state: restarted
daemon_reload: True
enabled: True
listen: __dnsmasq_restart