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

9 lines
190 B
YAML

- name: Disable systemd-resolved
systemd:
name: systemd-resolved
enabled: no
state: stopped
notify:
- Enable unbound
- Set unbound as default dns