From 83f2a3dcf194e86412caf8f63dcbb9d8dd87e4ba Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 20 Nov 2025 17:29:49 +0900 Subject: [PATCH] Follow a refactor through --- .../matrix-bridge-appservice-irc/tasks/setup_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml b/roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml index a38f7df11..5dde2e48e 100644 --- a/roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml @@ -168,8 +168,8 @@ content: "{{ matrix_appservice_irc_jwk_result.container.Output }}" dest: "{{ matrix_appservice_irc_data_path }}/auth-media.jwk" mode: "0644" - owner: "{{ matrix_user_username }}" - group: "{{ matrix_user_groupname }}" + owner: "{{ matrix_user_name }}" + group: "{{ matrix_group_name }}" # In the past, we used to generate the passkey.pem file with root, so permissions may not be okay. # Fix it.