This repository has been archived on 2020-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-dns/handlers/main.yml

10 lines
184 B
YAML

- name: Reload unbound
systemd:
name: unbound
state: reloaded
- name: Enable unbound
systemd:
name: unbound
enabled: yes
state: started