File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed
Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 157157 mode : " 0644"
158158 when : " favicon_present | bool"
159159
160- - name : Check if an eduid favicon exists
161- ansible.builtin.stat :
162- path : " {{ inventory_dir }}/files/favicon-eduid.ico"
163- delegate_to : localhost
164- register : favicon_eduid_present
165- become : false
166-
167- - name : Place the eduid favicon file
168- ansible.builtin.copy :
169- src : " {{ inventory_dir }}/files/favicon-eduid.ico"
170- dest : /opt/openconext/common/favicon-eduid.ico
171- owner : root
172- group : root
173- mode : " 0644"
174- when : " favicon_eduid_present | bool"
175-
176160- name : Create docker prune job
177161 ansible.builtin.cron :
178162 name : " docker prune"
Original file line number Diff line number Diff line change 164164 - source : /etc/localtime
165165 target : /etc/localtime
166166 type : bind
167- - source : /opt/openconext/common/favicon-eduid.ico
168- target : /var/www/favicon.ico
169- type : bind
170167 env :
171168 HTTPD_CSP : " {{ httpd_csp.lenient_with_static_img }}"
172169 HTTPD_SERVERNAME : " mijn.{{ myconext_base_domain }}"
200197 - source : /etc/localtime
201198 target : /etc/localtime
202199 type : bind
203- - source : /opt/openconext/common/favicon-eduid.ico
204- target : /var/www/favicon.ico
205- type : bind
206200 - source : /opt/openconext/myconext/apple-app-site-association
207201 target : /var/www/.well-known/apple-app-site-association
208202 type : bind
233227 - source : /etc/localtime
234228 target : /etc/localtime
235229 type : bind
236- - source : /opt/openconext/common/favicon-eduid.ico
237- target : /var/www/favicon.ico
238- type : bind
239230 - source : /opt/openconext/myconext/apple-app-site-association
240231 target : /var/www/.well-known/apple-app-site-association
241232 type : bind
You can’t perform that action at this time.
0 commit comments