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:
parent
b89b688d52
commit
7db2861961
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue