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