diff --git a/roles/openshift/keytab/tasks/main.yml b/roles/openshift/keytab/tasks/main.yml index d790c21f38..44522de4de 100644 --- a/roles/openshift/keytab/tasks/main.yml +++ b/roles/openshift/keytab/tasks/main.yml @@ -15,6 +15,6 @@ register: create_out failed_when: "create_out.rc != 0 and 'AlreadyExists' not in create_out.stderr" -- name: Delete temporary file - file: path={{tmpfile.path}} state=absent - run_once: true +#- name: Delete temporary file +# file: path={{tmpfile.path}} state=absent +# run_once: true