Files
infrastructure/ansible/roles/adguardhome/handlers/main.yml
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