Skip to content

Commit

Permalink
Merge pull request ansible#9189 from nmadhok/patch-3
Browse files Browse the repository at this point in the history
Update intro_configuration.rst
  • Loading branch information
mpdehaan committed Sep 28, 2014
2 parents f47c276 + f811a0f commit 4eb26c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsite/rst/intro_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb26c7

Please sign in to comment.