infrastructure/ansible/roles/adguardhome/handlers/main.yml
Jake Howard d5a7a61171
All checks were successful
/ terraform (push) Successful in 38s
/ ansible (push) Successful in 1m30s
Remove unnecessary use of become from some roles
This should make execution much faster
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