Use https for git submodules
It's much more likely that people can use the https protocol than the git protocol (many firewalls block the latter)pull/4420/head
parent
2a0d18b092
commit
545f816639
|
@ -1,9 +1,9 @@
|
|||
[submodule "lib/ansible/modules/core"]
|
||||
path = lib/ansible/modules/core
|
||||
url = git://github.com/ansible/ansible-modules-core.git
|
||||
url = https://github.com/ansible/ansible-modules-core.git
|
||||
[submodule "lib/ansible/modules/extras"]
|
||||
path = lib/ansible/modules/extras
|
||||
url = git://github.com/ansible/ansible-modules-extras.git
|
||||
url = https://github.com/ansible/ansible-modules-extras.git
|
||||
[submodule "v2/ansible/modules/core"]
|
||||
path = v2/ansible/modules/core
|
||||
url = https://github.com/ansible/ansible-modules-core.git
|
||||
|
|
Loading…
Reference in New Issue