servers/roles/dnsmasq/handlers/main.yml

6 lines
119 B
YAML
Raw Normal View History

2024-07-26 08:13:59 +00:00
- name: restart dnsmasq
service:
name: dnsmasq
state: restarted
when: "'handler' not in ansible_skip_tags"