From ca861dcc8f240e4efee4fe619b9d27ee82964efc Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 26 Apr 2020 01:39:47 -0500 Subject: [PATCH] Enable shell pipelining --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 37357d8..3a06cec 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,3 +6,4 @@ ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no host_key_checking = false deprecation_warnings = false ask_become_pass = true +pipelining = true