This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-server/roles/dnsmasq/handlers/main.yml

6 lines
78 B
YAML

---
- name: restart-dnsmasq
systemd:
name: dnsmasq
state: restarted