From 81340358a284ff9e128cb12940e1e7e72b7e3fac Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 15 Jan 2020 17:22:36 +0000 Subject: [PATCH] Ignore cowsay in ansible --- roles/home-cli/files/shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 645c4ba..fa6836e 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -25,6 +25,7 @@ export PAPERSIZE="a4" export TIME_STYLE="long-iso" # Other exports. +export ANSIBLE_NOCOWS=1 export EDITOR=vi export PYTHONWARNINGS="ignore::UserWarning"