Add dnsmasq role

This commit is contained in:
Timotej Lazar 2024-07-26 10:13:59 +02:00
parent 02086cdc32
commit b20e9cccff
6 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: restart dnsmasq
service:
name: dnsmasq
state: restarted
when: "'handler' not in ansible_skip_tags"