From 0399d42789f4e7ed76645d900d2934a1136597e4 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Thu, 5 Dec 2024 14:41:40 +0100 Subject: [PATCH] Fix stepup-webauthn logo location --- roles/stepupwebauthn/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/stepupwebauthn/tasks/main.yml b/roles/stepupwebauthn/tasks/main.yml index a0bfbb3d1..a1738fc01 100644 --- a/roles/stepupwebauthn/tasks/main.yml +++ b/roles/stepupwebauthn/tasks/main.yml @@ -119,8 +119,8 @@ APACHE_UID: "#{{ webauthn_uid.uid }}" APACHE_GUID: "#{{ webauthn_guid.gid }}" mounts: - - source: /opt/openconext/webauthn/public/images/header-logo.png - target: /var/www/html/public/build/images/logo/header-logo.png + - source: /opt/openconext/azuremfa/public/images/header-logo.png + target: /var/www/html/public/build/images/header-logo.png type: bind - source: /opt/openconext/webauthn target: /var/www/html/config/openconext