From 3d78dd6677aae48a47c7d295b6dc574944be3021 Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Mon, 25 Jun 2018 13:53:19 -0700 Subject: [PATCH] add a third way to disable cows (#41866) * add a third way to disable cows Cows are great, but there's a third way to disable. I'm sure my RST markup can be improved. * oops, actually in ansible.cfg --- docs/docsite/rst/reference_appendices/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/faq.rst b/docs/docsite/rst/reference_appendices/faq.rst index a7a674b4c1..c02321708b 100644 --- a/docs/docsite/rst/reference_appendices/faq.rst +++ b/docs/docsite/rst/reference_appendices/faq.rst @@ -241,7 +241,7 @@ How do I disable cowsay? ++++++++++++++++++++++++ If cowsay is installed, Ansible takes it upon itself to make your day happier when running playbooks. If you decide -that you would like to work in a professional cow-free environment, you can either uninstall cowsay, or set the :envvar:`ANSIBLE_NOCOWS` environment variable: +that you would like to work in a professional cow-free environment, you can either uninstall cowsay, set ``nocows=1`` in ansible.cfg, or set the :envvar:`ANSIBLE_NOCOWS` environment variable: .. code-block:: shell-session