ansible/roles/nsd/handlers/main.yml

5 lines
70 B
YAML

---
- name: restart nsd
service:
name: nsd
state: restarted