Merge "Do not remove SSO callback template file"

This commit is contained in:
Zuul 2018-11-09 06:08:53 +00:00 committed by Gerrit Code Review
commit 98f6740218
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