Merge "Adding tags to federated openid support using auth_mod_openidc"
This commit is contained in:
commit
ae94a86230
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user