From abe46dd75f6891d48dd3e7ed53c91f02d7c4d4ae Mon Sep 17 00:00:00 2001 From: Sascha Vogt Date: Tue, 17 Jan 2017 14:26:34 +0100 Subject: [PATCH] Fix double colon which fixes block rendering the 'EXPORT ANSIBLE_NOCOWS=1' rendering is broken due to a double colon in the paragraph above --- docs/docsite/rst/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/faq.rst b/docs/docsite/rst/faq.rst index 1e6d725dfba..1af766f2de3 100644 --- a/docs/docsite/rst/faq.rst +++ b/docs/docsite/rst/faq.rst @@ -150,7 +150,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 an environment variable:: +that you would like to work in a professional cow-free environment, you can either uninstall cowsay, or set an environment variable: .. code-block:: shell-session