16 lines
251 B
YAML
16 lines
251 B
YAML
|
---
|
||
|
- name: restart nsd
|
||
|
systemd:
|
||
|
name: nsd.service
|
||
|
state: restarted
|
||
|
|
||
|
- name: restart unbound
|
||
|
systemd:
|
||
|
name: unbound.service
|
||
|
state: restarted
|
||
|
|
||
|
- name: restart wireguard
|
||
|
systemd:
|
||
|
name: wg-quick@dns.service
|
||
|
state: restarted
|