Fix more incorrect renames

This commit is contained in:
Alexander Gorelyshev
2025-12-25 19:07:15 +04:00
parent 2b0ea3574d
commit 28d459f25e
2 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
notify: "Run the Wireguard service"
loop: "{{ peers }}"
vars:
domain_name: "{{ item.wg_hub_host_id }}.{{ wg_hub_iface_name }}.local"
domain_name: "{{ item.host_id }}.{{ wg_hub_iface_name }}.local"
ansible.builtin.blockinfile:
path: "/etc/wireguard/{{ wg_hub_iface_name }}.conf"
owner: root