infrastructure/ansible/roles/adguardhome/handlers/main.yml

14 lines
223 B
YAML
Raw Normal View History

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