ansible.cfg: Fix SSH pipelining config

The docs aren't very clear on this to be honest, but this option
needs to be under a [ssh_connection] section.

See: http://docs.ansible.com/ansible/intro_configuration.html#pipelining
See: https://review.openstack.org/#/c/331499/
This commit is contained in:
Alan Orth 2016-09-07 10:37:25 +03:00
parent 10cbf75c27
commit 2b1354ce91
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
[defaults]
pipelining=True
retry_files_enabled=False
[ssh_connection]
pipelining=True