From 0159d141439af98080a17eb82588cdb6e1f20370 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 3 Mar 2018 00:14:13 +0800 Subject: ansible.cfg: add commented option "nocows" to disable cowsay --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index c1790d6..38640db 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,6 +14,10 @@ timeout = 30 # uncomment this to disable SSH key host checking #host_key_checking = False +# don't like cows? that's unfortunate. +# set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1 +#nocows = 1 + [ssh_connection] pipelining = True -- cgit v1.2.2