Merge "Fix package name for mod_auth_openidc"

This commit is contained in:
Zuul
2025-09-26 10:42:19 +00:00
committed by Gerrit Code Review

View File

@@ -44,7 +44,7 @@ _keystone_sp_apache_mod_auth_openidc_gte_2_4_11: true
keystone_sp_apache_mod_packages:
- name: shibboleth
state: "{{ keystone_sp_apache_mod_shib | ternary('present', 'absent') }}"
- name: mod-auth-openidc
- name: mod_auth_openidc
state: "{{ keystone_sp_apache_mod_auth_openidc | ternary('present', 'absent') }}"
keystone_developer_mode_distro_packages: