From 3513c9adc15c9da721f78abd22dc2547fa43b75f Mon Sep 17 00:00:00 2001 From: Will Thames Date: Sun, 28 Sep 2014 10:15:05 +1000 Subject: [PATCH] Updated installation instructions for submodules Added `--init --recursive` to installation instructions as per @bcoca's suggestion on ansible-project mailing list --- docsite/rst/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index a03ccdb0fbc..daae340947e 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -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`)