From 1cb30d8a1b7ed14aebf7889d90f5fc3444f113c4 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Mon, 9 Dec 2024 10:12:29 +0100 Subject: [PATCH] Stepup-webauthn Fix image path --- roles/stepupwebauthn/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/stepupwebauthn/tasks/main.yml b/roles/stepupwebauthn/tasks/main.yml index a1738fc01..2a51ac91f 100644 --- a/roles/stepupwebauthn/tasks/main.yml +++ b/roles/stepupwebauthn/tasks/main.yml @@ -119,7 +119,7 @@ APACHE_UID: "#{{ webauthn_uid.uid }}" APACHE_GUID: "#{{ webauthn_guid.gid }}" mounts: - - source: /opt/openconext/azuremfa/public/images/header-logo.png + - source: /opt/openconext/webauthn/public/images/header-logo.png target: /var/www/html/public/build/images/header-logo.png type: bind - source: /opt/openconext/webauthn