Merge "Adding tags to federated openid support using auth_mod_openidc"

This commit is contained in:
Zuul 2020-12-01 18:02:34 +00:00 committed by Gerrit Code Review
commit ae94a86230

View File

@ -55,6 +55,8 @@
(keystone_sp.apache_mod is undefined or
(keystone_sp.apache_mod is defined and keystone_sp.apache_mod != 'mod_auth_openidc'))
) | ternary('true', 'false') }}"
tags:
- always
- name: Fact for apache module mod_auth_openidc to be installed
set_fact:
@ -62,6 +64,8 @@
"{{ (keystone_sp != {} and
keystone_sp.apache_mod is defined and keystone_sp.apache_mod == 'mod_auth_openidc')
| ternary('true', 'false') }}"
tags:
- always
- import_tasks: db_setup.yml
when: