Skip to content

Commit

Permalink
Do not create retry files
Browse files Browse the repository at this point in the history
Anyway, they are useless within containers but irritating during
development mode.

Change-Id: Id2a04b1b0dd7234a6e5df0a2ad704853b31fdb25
  • Loading branch information
9seconds committed Apr 14, 2017
1 parent 9399765 commit 80e7a80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/ansible/decapod_ansible/generate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ def __str__(self):
"record_host_keys": False,
"retry_files_enabled": False,
"timeout": 10,
"transport": "smart"
"transport": "smart",
"error_on_undefined_vars": True,
"retry_files_enabled": False
}

SSH_CONFIG_OPTIONS = {
Expand Down

0 comments on commit 80e7a80

Please sign in to comment.