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

7 lines
95 B
Bash

# Disable ansible cowsay
if hash ansible > /dev/null 2>&1 ; then
export ANSIBLE_NOCOWS=1
fi