diff options
-rw-r--r-- | ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index 3440f18..e1faee5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,3 +4,6 @@ vault_password_file = ./vault_passwords [privilege_escalation] become = yes + +[connection] +pipelining = True |