summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-09-28 13:47:11 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-09-28 13:47:11 -0400
commit4eb26c724b70d9344f91eb686c8b3c1da41623ce (patch)
treea87433de92811d2751004583b4f7413c70cf47c2
parentf47c2768fe986539618281f3f70347be4be8eb6c (diff)
parentf811a0f89a88b64ae317d9d3d4344d61ee2330ba (diff)
downloadansible-4eb26c724b70d9344f91eb686c8b3c1da41623ce.tar.gz
Merge pull request #9189 from nmadhok/patch-3
Update intro_configuration.rst
-rw-r--r--docsite/rst/intro_configuration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst
index eb57b2bf18..cf4b9b6122 100644
--- a/docsite/rst/intro_configuration.rst
+++ b/docsite/rst/intro_configuration.rst
@@ -154,9 +154,9 @@ command module appear to be simplified by using a default Ansible module
instead. This can include reminders to use the 'git' module instead of
shell commands to execute 'git'. Using modules when possible over arbitrary
shell commands can lead to more reliable and consistent playbook runs, and
-also easier to maintain playbooks.
+also easier to maintain playbooks::
- command_warnings=False
+ command_warnings = False
These warnings can be silenced by adjusting the following
setting or adding warn=yes or warn=no to the end of the command line