Bugs fixed and improvements added in task Wireguard #1

Merged
Kurnesay merged 12 commits from wireguard into main 2026-08-30 10:47:17 +03:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 4a59590590 - Show all commits

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

View File

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