Skip to content

Commit a02ac9c

Browse files
committed
Follow a refactor through
1 parent 6b5c2f1 commit a02ac9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
content: "{{ matrix_appservice_irc_jwk_result.container.Output }}"
169169
dest: "{{ matrix_appservice_irc_data_path }}/auth-media.jwk"
170170
mode: "0644"
171-
owner: "{{ matrix_user_username }}"
172-
group: "{{ matrix_user_groupname }}"
171+
owner: "{{ matrix_user_name }}"
172+
group: "{{ matrix_group_name }}"
173173

174174
# In the past, we used to generate the passkey.pem file with root, so permissions may not be okay.
175175
# Fix it.

0 commit comments

Comments
 (0)