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" name: "nftables"
state: restarted state: restarted
- name: "restart named" - name: "restart bind9"
ansible.builtin.systemd: ansible.builtin.systemd:
name: "named" name: "bind9"
state: restarted state: restarted

View File

@@ -17,4 +17,4 @@
owner: root owner: root
group: bind group: bind
mode: '0644' mode: '0644'
notify: "restart named" notify: "restart bind9"