55a1a35ebe
Simplify maintained codebase by getting rid of library/keystone_sp can use looping instead now. Updates to openstack collections in terms of naming, as well as using newer implemented functionalities. Change-Id: I2f02ca712f309285310693b191f0d1cd1be8e24d
12 lines
276 B
YAML
12 lines
276 B
YAML
- include_tasks: keystone_federation_sp_idp_setup.yml
|
|
with_items: "{{ keystone_sp.trusted_idp_list }}"
|
|
loop_control:
|
|
loop_var: trusted_idp
|
|
no_log: true
|
|
when:
|
|
- keystone_service_setup | bool
|
|
- keystone_sp != {}
|
|
run_once: yes
|
|
tags:
|
|
- keystone-config
|