6 lines
119 B
YAML
6 lines
119 B
YAML
- name: restart dnsmasq
|
|
service:
|
|
name: dnsmasq
|
|
state: restarted
|
|
when: "'handler' not in ansible_skip_tags"
|