infrastructure/ansible/roles/adguardhome/handlers/main.yml
Jake Howard 5581bbc01a
All checks were successful
/ terraform (push) Successful in 1m13s
/ ansible (push) Successful in 2m19s
Replace pihole with adguardhome
AGH is much simpler to install and manage, and does DoH natively.
2024-01-01 15:48:14 +00:00

6 lines
97 B
YAML

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