Protect ansible variables
This commit is contained in:
parent
d55cb58d69
commit
80547553ad
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
# Disable ansible cowsay
|
||||
export ANSIBLE_NOCOWS=1
|
||||
if hash ansible > /dev/null 2>&1 ; then
|
||||
export ANSIBLE_NOCOWS=1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue