Skip to content

Commit

Permalink
Merge pull request ansible#9185 from willthames/submodule_install_docs
Browse files Browse the repository at this point in the history
Updated installation instructions for submodules
  • Loading branch information
mpdehaan committed Sep 28, 2014
2 parents ffee9a8 + 3513c9a commit 4f44a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/rst/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Note when updating ansible, be sure to not only update the source tree, but also
which point at Ansible's own modules (not the same kind of modules, alas).

$ git pull --rebase
$ git submodule update
$ git submodule update --init --recursive

Once running the env-setup script you'll be running from checkout and the default inventory file
will be /etc/ansible/hosts. You can optionally specify an inventory file (see :doc:`intro_inventory`)
Expand Down

0 comments on commit 4f44a8a

Please sign in to comment.