We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47b124 commit a7d2be0Copy full SHA for a7d2be0
1 file changed
roles/stepupwebauthn/tasks/main.yml
@@ -119,10 +119,10 @@
119
APACHE_UID: "#{{ webauthn_uid.uid }}"
120
APACHE_GUID: "#{{ webauthn_guid.gid }}"
121
mounts:
122
- - source: /opt/openconext/webauthn/public/images/header-logo.png
+ - source: "{{ current_release_appdir }}/public/images/header-logo.png"
123
target: /var/www/html/public/build/images/header-logo.png
124
type: bind
125
- - source: /opt/openconext/webauthn
+ - source: "{{ current_release_appdir }}"
126
target: /var/www/html/config/openconext
127
128
register: webauthncontainer
0 commit comments