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