infrastructure/ansible/roles/adguardhome/handlers/main.yml
Jake Howard f5154d1683
Some checks failed
/ terraform (push) Successful in 47s
/ ansible (push) Failing after 1m38s
Use CoreDNS to do recursive CNAME aliasing for AGH
2024-01-02 17:48:47 +00:00

14 lines
223 B
YAML

- name: restart adguardhome
service:
name: adguardhome
state: restarted
enabled: true
become: true
- name: restart coredns
service:
name: coredns
state: restarted
enabled: true
become: true