Correct shibboleth apache module name for ubuntu 20.04
Change-Id: Ifcae29e9693545094dfe09daa1b2c6c6e86e971d
This commit is contained in:
parent
700730dfd9
commit
aa3b47f40b
@ -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') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user