From 72d3514408fc668221ec5262df5bcfb4f185e0e2 Mon Sep 17 00:00:00 2001 From: liquidat Date: Sun, 1 Sep 2019 01:56:02 +0200 Subject: [PATCH] Move pipelining option to ansible.cfg --- ansible.cfg | 1 + examples/hosts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 48bc18c45..3f1f090b1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] retry_files_enabled = False +pipelining = True diff --git a/examples/hosts b/examples/hosts index b8997b777..d65cf7bb7 100644 --- a/examples/hosts +++ b/examples/hosts @@ -11,4 +11,4 @@ # consider adding an additional `ansible_connection=local` argument below. [matrix_servers] -matrix. ansible_host= ansible_ssh_user=root ansible_ssh_pipelining=yes +matrix. ansible_host= ansible_ssh_user=root