From aa3b47f40bbc0ae40bf6d2c412c906902d29a140 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 6 May 2021 10:00:37 +0100 Subject: [PATCH] Correct shibboleth apache module name for ubuntu 20.04 Change-Id: Ifcae29e9693545094dfe09daa1b2c6c6e86e971d --- vars/ubuntu-20.04.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/ubuntu-20.04.yml b/vars/ubuntu-20.04.yml index c1f1a7a4..2d9abb0f 100644 --- a/vars/ubuntu-20.04.yml +++ b/vars/ubuntu-20.04.yml @@ -85,7 +85,7 @@ keystone_apache_configs: keystone_apache_modules: - name: "ssl" state: "{{ (keystone_ssl | bool) | ternary('present', 'absent') }}" - - name: "shib2" + - name: "shib" state: "{{ keystone_sp_apache_mod_shib | ternary('present', 'absent') }}" - name: "auth_openidc" state: "{{ keystone_sp_apache_mod_auth_openidc | ternary('present', 'absent') }}"