0 votes
in Ansible by
How can you disable Cowsay?

1 Answer

0 votes
by
If Cowsay is installed then executing your playbooks within Ansible is very smooth.

Even if you think that you want to work in a professional cow free environment, then you will have two options:

1.  Uninstall cowsay

2. Setting up value for the environment variable, like below

Export ANSIBLE_NOCOWS=1
...