Protect ansible variables

This commit is contained in:
Glenn Y. Rolland 2021-12-31 13:03:26 +01:00
parent d55cb58d69
commit 80547553ad

View file

@ -1,4 +1,6 @@
# Disable ansible cowsay
export ANSIBLE_NOCOWS=1
if hash ansible > /dev/null 2>&1 ; then
export ANSIBLE_NOCOWS=1
fi