diff options
author | uvok cheetah | 2024-05-27 19:08:41 +0200 |
---|---|---|
committer | uvok cheetah | 2024-05-27 19:08:41 +0200 |
commit | d1d5cd464c84348182b938156a8bbaf2230c4773 (patch) | |
tree | 782fb1e203088cefaf68c5558894156a580a0bff | |
parent | cf3cd322192a2f21c4d6b141c5820e9d1619a848 (diff) |
ansible: Enabli pipelining
-rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index d969d4d..b2497f6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -9,3 +9,4 @@ ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} # merge dictionaries hash_behaviour=merge #stdout_callback=unixy +pipelining = True |