Skip to content

Commit a7d2be0

Browse files
committed
Invite: AA user scope
1 parent e47b124 commit a7d2be0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/stepupwebauthn/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
APACHE_UID: "#{{ webauthn_uid.uid }}"
120120
APACHE_GUID: "#{{ webauthn_guid.gid }}"
121121
mounts:
122-
- source: /opt/openconext/webauthn/public/images/header-logo.png
122+
- source: "{{ current_release_appdir }}/public/images/header-logo.png"
123123
target: /var/www/html/public/build/images/header-logo.png
124124
type: bind
125-
- source: /opt/openconext/webauthn
125+
- source: "{{ current_release_appdir }}"
126126
target: /var/www/html/config/openconext
127127
type: bind
128128
register: webauthncontainer

0 commit comments

Comments
 (0)