infrastructure/ansible/roles/adguardhome/handlers/main.yml
2024-09-09 17:09:03 +01:00

11 lines
203 B
YAML

- name: restart coredns
service:
name: coredns
state: restarted
enabled: true
- name: restart systemd-resolved
service:
name: systemd-resolved
state: restarted
enabled: true