openstack-ansible-os_keystone/tasks/main_keystone_federation_sp_idp_setup.yml
Georgina 55a1a35ebe Refactor out library/keystone_sp and updates to use collections
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
2021-07-05 14:18:49 +00:00

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