Commit 545f8166 by Will Thames

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)
parent 2a0d18b0
[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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment