diff options
-rw-r--r-- | .ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ansible.cfg b/.ansible.cfg new file mode 100644 index 0000000..26ed992 --- /dev/null +++ b/.ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +pipelining=True +nocows=1 |