Correct shibboleth apache module name for ubuntu 20.04

Change-Id: Ifcae29e9693545094dfe09daa1b2c6c6e86e971d
This commit is contained in:
Jonathan Rosser 2021-05-06 10:00:37 +01:00
parent 700730dfd9
commit aa3b47f40b

View File

@ -85,7 +85,7 @@ keystone_apache_configs:
keystone_apache_modules: keystone_apache_modules:
- name: "ssl" - name: "ssl"
state: "{{ (keystone_ssl | bool) | ternary('present', 'absent') }}" state: "{{ (keystone_ssl | bool) | ternary('present', 'absent') }}"
- name: "shib2" - name: "shib"
state: "{{ keystone_sp_apache_mod_shib | ternary('present', 'absent') }}" state: "{{ keystone_sp_apache_mod_shib | ternary('present', 'absent') }}"
- name: "auth_openidc" - name: "auth_openidc"
state: "{{ keystone_sp_apache_mod_auth_openidc | ternary('present', 'absent') }}" state: "{{ keystone_sp_apache_mod_auth_openidc | ternary('present', 'absent') }}"