Skip to content

Commit 9122c0e

Browse files
author
Ines Duits
committed
Je kan het ook voor nu even uitcommentariëren. Kijken we er later naar.
1 parent a807919 commit 9122c0e

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

roles/docker/tasks/main.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,22 +157,6 @@
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"

roles/myconext/tasks/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@
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 }}"
@@ -200,9 +197,6 @@
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
@@ -233,9 +227,6 @@
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

0 commit comments

Comments
 (0)