Move keystone sp_idp setup to it's own tasks file
This must be done after DB migrations are complete so the role can be run a second time taking tasks_from this file. Change-Id: I9f6161d8184d60a765fb72eb53d32664aa298441
This commit is contained in:
parent
bc3f922b90
commit
dd231cc71c
@ -227,14 +227,6 @@
|
||||
tags:
|
||||
- keystone-config
|
||||
|
||||
- import_tasks: keystone_federation_sp_idp_setup.yml
|
||||
when:
|
||||
- keystone_service_setup | bool
|
||||
- keystone_sp != {}
|
||||
run_once: yes
|
||||
tags:
|
||||
- keystone-config
|
||||
|
||||
- name: Flush handlers
|
||||
meta: flush_handlers
|
||||
|
||||
|
7
tasks/main_keystone_federation_sp_idp_setup.yml
Normal file
7
tasks/main_keystone_federation_sp_idp_setup.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- import_tasks: keystone_federation_sp_idp_setup.yml
|
||||
when:
|
||||
- keystone_service_setup | bool
|
||||
- keystone_sp != {}
|
||||
run_once: yes
|
||||
tags:
|
||||
- keystone-config
|
Loading…
Reference in New Issue
Block a user