Don't delete the keytab for now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d994779f37
commit
e708100dd0
1 changed files with 3 additions and 3 deletions
|
@ -15,6 +15,6 @@
|
||||||
register: create_out
|
register: create_out
|
||||||
failed_when: "create_out.rc != 0 and 'AlreadyExists' not in create_out.stderr"
|
failed_when: "create_out.rc != 0 and 'AlreadyExists' not in create_out.stderr"
|
||||||
|
|
||||||
- name: Delete temporary file
|
#- name: Delete temporary file
|
||||||
file: path={{tmpfile.path}} state=absent
|
# file: path={{tmpfile.path}} state=absent
|
||||||
run_once: true
|
# run_once: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue