mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
Changes the default behavior of ssh pipelining to false.
This seems reasonable since in most cases this playbook is ran locally Fixes #93
This commit is contained in:
parent
9bd4b41a2e
commit
33bc08e267
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ nocows = True
|
|||
roles_path = ./roles:/etc/ansible/roles
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
pipelining = False
|
||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||
|
|
Loading…
Reference in a new issue