homeserver/friedhof/mgrote_dnsmasq_adblocker/handlers/main.yml

7 lines
109 B
YAML

---
- name: restart dnsmasq
become: true
ansible.builtin.systemd:
name: dnsmasq
state: restarted