1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Updated installation instructions for submodules

Added `--init --recursive` to installation instructions
as per @bcoca's suggestion on ansible-project mailing list
This commit is contained in:
Will Thames 2014-09-28 10:15:05 +10:00
parent ffee9a8fe0
commit 3513c9adc1

View file

@ -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`)