aboutsummaryrefslogtreecommitdiff
path: root/roles/bind/handlers/main.yml
blob: bc5a421f2fec57c740f1e08a1f8a2bc0d7873a50 (plain)
1
2
3
4
5
6
---
- name: Restart bind
  systemd:
    name: bind9.service
    state: restarted
  become: yes