mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix double colon which fixes block rendering
the 'EXPORT ANSIBLE_NOCOWS=1' rendering is broken due to a double colon in the paragraph above
This commit is contained in:
parent
ba97a34bb3
commit
abe46dd75f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
.. code-block:: shell-session
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue