ansible-role--bashrc/files/bashrc.d/70-util-ansible.sh

7 lines
95 B
Bash
Raw Permalink Normal View History

2015-11-17 23:57:38 +00:00
# Disable ansible cowsay
2021-12-31 12:03:26 +00:00
if hash ansible > /dev/null 2>&1 ; then
export ANSIBLE_NOCOWS=1
fi
2015-11-17 23:57:38 +00:00