From d365d2ec507cc5b3f66f3d9c734504ca32e8e370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Tue, 14 Nov 2023 12:30:22 +0100 Subject: [PATCH] fix: update all shibboleth config files when updating shibboleth-sp --- tasks/update-hydra-sp.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tasks/update-hydra-sp.yml b/tasks/update-hydra-sp.yml index 52c488f..0086e36 100644 --- a/tasks/update-hydra-sp.yml +++ b/tasks/update-hydra-sp.yml @@ -14,9 +14,15 @@ dest: "{{ item.dest }}" mode: "{{ item.mode }}" with_items: - - src: cadoles-pod-shibboleth-sp-v3.conf.j2 + - src: cadoles-pod-shibboleth-sp-v3.conf.j2 dest: /etc/cadoles-pod-shibboleth-sp-v3.conf mode: u=rw,g=r + - src: shibboleth-attribute-map.inc.xml.j2 + dest: /etc/shibboleth/attribute-map.inc.xml + mode: u=rw,g=r,o=r + - src: shibboleth-attribute-policy.inc.xml.j2 + dest: /etc/shibboleth/attribute-policy.inc.xml + mode: u=rw,g=r,o=r notify: - Restart cadoles-pod-shibboleth-sp-v3 become: true