From 7db2861961f90bdc2316a2f2225e28aab1bbc5e8 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Fri, 9 Nov 2018 01:43:43 +0000 Subject: [PATCH] Remove unnecessary --recursive option to git clone (#48379) From installing / Running from source. Since the repomerge, Ansible doesn't use submodules. Also, between 2.12.0 and 2.13.0 git dropped '--recursive' in favor of '--recurse-submodules'. --- docs/docsite/rst/installation_guide/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index d21f9ea10ea..e2bcd4cc51c 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -339,7 +339,7 @@ To install from source, clone the Ansible git repository: .. code-block:: bash - $ git clone https://github.com/ansible/ansible.git --recursive + $ git clone https://github.com/ansible/ansible.git $ cd ./ansible Once git has cloned the Ansible repository, setup the Ansible environment: