Files
ansible/roles/nsd/handlers/main.yml
VC 52794f1892
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m4s
: nsd, the comeback
2025-04-04 08:23:16 +02:00

12 lines
196 B
YAML

---
- name: Restart nsd
ansible.builtin.service:
name: nsd
state: restarted
- name: Restart systemd-resolved
ansible.builtin.service:
name: systemd-resolved
state: restarted