Skip to content

Commit eb36219

Browse files
committed
Add assetlinks.json to myconext
1 parent cb2c259 commit eb36219

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

roles/myconext/tasks/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
group: "root"
5555
mode: "0644"
5656

57+
- name: Copy Android assetlinks.json from inventory
58+
ansible.builtin.copy:
59+
src: "{{ inventory_dir }}/files/myconext/assetlinks.json"
60+
dest: "/opt/openconext/myconext/assetlinks.json"
61+
owner: "root"
62+
group: "root"
63+
mode: "0644"
64+
5765
- name: Copy / create APNS certificate
5866
ansible.builtin.copy:
5967
content: "{{ myconext_apns }}"
@@ -206,6 +214,9 @@
206214
- source: /opt/openconext/myconext/apple-app-site-association
207215
target: /var/www/.well-known/apple-app-site-association
208216
type: bind
217+
- source: /opt/openconext/myconext/assetlinks.json
218+
target: /var/www/.well-known/assetlinks.json
219+
type: bind
209220
env:
210221
HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img_for_idp }}"
211222
HTTPD_SERVERNAME: "login.{{ myconext_base_domain }}"

0 commit comments

Comments
 (0)