Skip to content

Commit 17f778c

Browse files
authored
Merge pull request #86 from sayanchowdhury/hotfix/no-retry-files
Don't let ansible create the .retry files
2 parents b5ea7cf + 46cf66a commit 17f778c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[defaults]
2+
3+
retry_files_enabled = False

0 commit comments

Comments
 (0)