File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 }}"
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 }}"
You can’t perform that action at this time.
0 commit comments