Skip to content

Commit

Permalink
Updated installation instructions for submodules
Browse files Browse the repository at this point in the history
Added `--init --recursive` to installation instructions
as per @bcoca's suggestion on ansible-project mailing list
  • Loading branch information
willthames committed Sep 28, 2014
1 parent ffee9a8 commit 3513c9a
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 3513c9a

Please sign in to comment.