eea1a4853f
With update of ansible-lint to version >=6.0.0 a lot of new linters were added, that enabled by default. In order to comply with linter rules we're applying changes to the role. With that we also update metdata to reflect current state. Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/888223 Change-Id: Id92330b3c709201a74612c8353cefa75778eac0c
14 lines
337 B
YAML
14 lines
337 B
YAML
---
|
|
- name: Including keystone_federation_sp_idp_setup tasks
|
|
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
|