Fix package name for mod_auth_openidc

Update package name from mod-auth-openidc to mod_auth_openidc for RHEL-based systems to ensure proper installation.

Change-Id: I541435d8741fe568c3a69e064b1cc73ffc217bad
Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
This commit is contained in:
Dmitriy Chubinidze
2025-09-14 19:43:15 +00:00
parent 9f832f35e4
commit 4db47f2cf0

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: