Do not remove SSO callback template file

In distro installs, the SSO callback template file is created in
/etc/keystone. The 'Retrieve default configuration files from venv' task
copies it from there to a cache folder. If 'keystone_sp' is not provided
the file is being removed, which causes a subsequent run of the role to
fail.

Change-Id: I05df4c2a5f57c7437c008dd73a31b7eda2c3e281
This commit is contained in:
Jimmy McCrory 2018-10-30 10:25:41 -07:00
parent 6f8dca7f7d
commit f66eca27d3
1 changed files with 0 additions and 11 deletions

View File

@ -103,14 +103,3 @@
- Manage LB
- Restart uWSGI
- Restart web server
- name: Clean up Keystone Federation SP SSO callback template
file:
path: "/etc/keystone/sso_callback_template.html"
state: absent
when:
- keystone_sp == {}
notify:
- Manage LB
- Restart uWSGI
- Restart web server