Merge "Set scp_if_ssh to True in ansible.cfg"

This commit is contained in:
Zuul 2020-03-31 04:00:47 +00:00 committed by Gerrit Code Review
commit 560a870bfc
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ def write_default_ansible_cfg(work_dir,
os.path.join(work_dir, 'ansible-ssh'))
config.set('ssh_connection', 'retries', '8')
config.set('ssh_connection', 'pipelining', 'True')
# Related to https://github.com/ansible/ansible/issues/22127
config.set('ssh_connection', 'scp_if_ssh', 'True')
# Set connection info in config file so that subsequent/nested ansible
# calls can re-use it