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'.
pull/48385/head
Keith Maxwell 6 years ago committed by Alicia Cozine
parent b89b688d52
commit 7db2861961

@ -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:

Loading…
Cancel
Save