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:
Elisiano Petrini 2021-03-04 14:58:05 -05:00
parent 9bd4b41a2e
commit 33bc08e267

View file

@ -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