Skip to content

Commit 33bc08e

Browse files
committed
Changes the default behavior of ssh pipelining to false.
This seems reasonable since in most cases this playbook is ran locally Fixes geerlingguy#93
1 parent 9bd4b41 commit 33bc08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ nocows = True
33
roles_path = ./roles:/etc/ansible/roles
44

55
[ssh_connection]
6-
pipelining = True
6+
pipelining = False
77
control_path = /tmp/ansible-ssh-%%h-%%p-%%r

0 commit comments

Comments
 (0)