From a972434c61ceee6515a87ab653179a9ea68b2dc8 Mon Sep 17 00:00:00 2001 From: Hackintosh 5 Date: Wed, 7 Apr 2021 10:48:35 +0100 Subject: [PATCH] Store retry files --- .gitignore | 1 + ansible.cfg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36c65bdaa..d2089bf16 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /roles/*/files/scratchpad .DS_Store .python-version +.ansible-retry diff --git a/ansible.cfg b/ansible.cfg index 360ce153c..1721bc8e6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ [defaults] -retry_files_enabled = False +retry_files_enabled = True stdout_callback = yaml +retry_files_save_path = ./.ansible-retry [connection] pipelining = True