ansible/roles/unbound/handlers/main.yml

5 lines
78 B
YAML

---
- name: restart unbound
service:
name: unbound
state: restarted