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

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'.
This commit is contained in:
Keith Maxwell 2018-11-09 01:43:43 +00:00 committed by Alicia Cozine
parent b89b688d52
commit 7db2861961

View file

@ -339,7 +339,7 @@ To install from source, clone the Ansible git repository:
.. code-block:: bash .. code-block:: bash
$ git clone https://github.com/ansible/ansible.git --recursive $ git clone https://github.com/ansible/ansible.git
$ cd ./ansible $ cd ./ansible
Once git has cloned the Ansible repository, setup the Ansible environment: Once git has cloned the Ansible repository, setup the Ansible environment: