Ignore cowsay in ansible

This commit is contained in:
Anthony Rose 2020-01-15 17:22:36 +00:00
parent 38c43422ac
commit 81340358a2

View file

@ -25,6 +25,7 @@ export PAPERSIZE="a4"
export TIME_STYLE="long-iso" export TIME_STYLE="long-iso"
# Other exports. # Other exports.
export ANSIBLE_NOCOWS=1
export EDITOR=vi export EDITOR=vi
export PYTHONWARNINGS="ignore::UserWarning" export PYTHONWARNINGS="ignore::UserWarning"