Commit 274a4cd3 by Kevin Falcone

I see no reason for us not to retry

The continuous-deliver/ playbooks are already doing this.
parent 6e850b5d
...@@ -11,3 +11,4 @@ ansible_managed=This file is created and updated by ansible, edit at your peril ...@@ -11,3 +11,4 @@ ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection] [ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30 ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
retries=5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment