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

6 lines
78 B
YAML
Raw Normal View History

2018-03-10 19:18:04 +01:00
---
- name: restart unbound
service:
name: unbound
state: restarted