Change restart named to bind9 in handlers

This commit is contained in:
2026-08-30 02:07:09 +03:00
parent 6e4ac1fc30
commit 4a59590590
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
name: "nftables"
state: restarted
- name: "restart named"
- name: "restart bind9"
ansible.builtin.systemd:
name: "named"
name: "bind9"
state: restarted