diff --git a/tasks/keystone_post_install.yml b/tasks/keystone_post_install.yml index fc47f4a8..fd8cb0bd 100644 --- a/tasks/keystone_post_install.yml +++ b/tasks/keystone_post_install.yml @@ -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