From 4bb14575d69581d8055bf20c939e0d507b4b41b3 Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 13 Jul 2022 15:31:37 +0300 Subject: [PATCH] fix wireguard-ui --- tasks/RedHat/podman.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/RedHat/podman.yaml b/tasks/RedHat/podman.yaml index 95e00f8..676d029 100644 --- a/tasks/RedHat/podman.yaml +++ b/tasks/RedHat/podman.yaml @@ -38,12 +38,12 @@ content: "{{ wireguard_ui_systemd_unit.stdout | regex_replace('^#.*', multiline=True) | trim }}" - name: Create WireGuard UI systemd watcher unit - copy: + template: dest: "/etc/systemd/system/{{ wireguard_ui_watcher_systemd_service_unit_name }}" src: wireguard-ui-watcher.service.j2 - name: Create WireGuard UI systemd watcher path - copy: + template: dest: "/etc/systemd/system/{{ wireguard_ui_watcher_systemd_path_unit_name }}" src: wireguard-ui-watcher.path.j2