Skip to content

Commit

Permalink
Merge pull request ansible#9188 from nmadhok/patch-2
Browse files Browse the repository at this point in the history
Doc fix in intro_installation.rst
  • Loading branch information
mpdehaan committed Sep 28, 2014
2 parents c02e8d8 + 88e08cb commit 0e552db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docsite/rst/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ Ansible also uses the following Python modules that need to be installed::
Note when updating ansible, be sure to not only update the source tree, but also the "submodules" in git
which point at Ansible's own modules (not the same kind of modules, alas).

.. code-block:: bash
$ git pull --rebase
$ git submodule update --init --recursive
Expand Down

0 comments on commit 0e552db

Please sign in to comment.