Commit 3513c9ad by Will Thames

Updated installation instructions for submodules

Added `--init --recursive` to installation instructions
as per @bcoca's suggestion on ansible-project mailing list
parent ffee9a8f
...@@ -123,7 +123,7 @@ Note when updating ansible, be sure to not only update the source tree, but also ...@@ -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). which point at Ansible's own modules (not the same kind of modules, alas).
$ git pull --rebase $ 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 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`) will be /etc/ansible/hosts. You can optionally specify an inventory file (see :doc:`intro_inventory`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment