1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00
ansible_role_unbound/handlers/main.yml
2022-11-17 22:35:33 +01:00

6 lines
119 B
YAML

---
- name: Systemctl restart unbound
become: true
ansible.builtin.service:
name: unbound
state: restarted