summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ansible3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/ansible b/bin/ansible
index 0290ee9dfe..03891b728f 100755
--- a/bin/ansible
+++ b/bin/ansible
@@ -149,8 +149,5 @@ if __name__ == '__main__':
log_only = True
display.display(u"the full traceback was:\n\n%s" % to_text(traceback.format_exc()), log_only=log_only)
exit_code = 250
- finally:
- # Remove ansible tmpdir
- shutil.rmtree(C.DEFAULT_LOCAL_TMP, True)
sys.exit(exit_code)