aboutsummaryrefslogtreecommitdiffstats
path: root/roles/dnsmasq/handlers/main.yml
blob: 0a5cb716ce98a8df90f237f3cb50a8ee638f7cdc (plain)
1
2
3
4
5
6
7
---
- name: Restart dnsmasq
  service:
    name: dnsmasq
    state: restarted

# vim: set ft=yaml sw=2: