Private
Public Access
2
0
Files
bgwaf/roles/unbound/handlers/main.yml

5 lines
94 B
YAML
Raw Normal View History

2026-01-19 15:06:34 +03:00
- name: Restart unbound
2026-01-14 11:03:59 +03:00
ansible.builtin.service:
2026-01-19 15:06:34 +03:00
name: "unbound"
2026-01-14 11:03:59 +03:00
state: "restarted"