diff options
author | binary <me@rgoncalves.se> | 2020-12-05 12:43:33 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-05 12:43:33 +0100 |
commit | 146247d6ca0cc080b0a2a8b8e5f8e81ced2672b6 (patch) | |
tree | 99d87a5500bf18b26fe04a9be558adf3dd198411 | |
parent | e7c814241c3d67f6a39f635e39e9035b04bf77be (diff) | |
download | infrastructure-146247d6ca0cc080b0a2a8b8e5f8e81ced2672b6.tar.gz |
Disable warning
-rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index e793c2c..e80836e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,6 +14,7 @@ stdout_callback = yaml stderr_callback = yaml timeout = 4 +command_warnings=False [ssh_connection] pipelining = True |