Skip to content
Snippets Groups Projects
Commit cc2bc18b authored by ale's avatar ale
Browse files

Prevent Ansible from creating .retry files

parent f5af4a75
No related branches found
No related tags found
No related merge requests found
...@@ -177,6 +177,7 @@ DEFAULT_VARS = { ...@@ -177,6 +177,7 @@ DEFAULT_VARS = {
'callback_plugins': '{{ srcdir | relpath(targetdir) }}/plugins/callback', 'callback_plugins': '{{ srcdir | relpath(targetdir) }}/plugins/callback',
'force_handlers': True, 'force_handlers': True,
'log_path': 'ansible.log', 'log_path': 'ansible.log',
'retry_files_enabled': False,
'nocows': 1, 'nocows': 1,
'display_skipped_hosts': False, 'display_skipped_hosts': False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment