diff --git a/ansible.cfg b/ansible.cfg index 3f1f090b1..0ae274f73 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,5 @@ [defaults] retry_files_enabled = False + +[connection] pipelining = True