From 0fe40fb5cb7d7a93729c2c92fe118df8c17b8ada Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Fri, 29 Nov 2024 16:13:10 +0100 Subject: [PATCH] Overwrite apple-app-site-association for myconext --- roles/myconext/tasks/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/myconext/tasks/main.yml b/roles/myconext/tasks/main.yml index e37729542..fc2145af9 100644 --- a/roles/myconext/tasks/main.yml +++ b/roles/myconext/tasks/main.yml @@ -161,9 +161,7 @@ - source: /opt/openconext/common/favicon.ico target: /var/www/favicon.ico type: bind - - source: /opt/openconext/myconext/apple-app-site-association - target: /var/www/.well-known/apple-app-site-association - type: bind + env: HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img }}" HTTPD_SERVERNAME: "mijn.{{ myconext_base_domain }}" @@ -200,6 +198,9 @@ - source: /opt/openconext/common/favicon.ico target: /var/www/favicon.ico type: bind + - source: /opt/openconext/myconext/apple-app-site-association + target: /var/www/.well-known/apple-app-site-association + type: bind env: HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img_for_idp }}"