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

Related questions

0 votes
asked Oct 22, 2023 in JavaScript by DavidAnderson
0 votes
asked Aug 2, 2021 in AWS Access Management by rajeshsharma
...