blob: 21efa9dd62b0ce97233429cb4404bbcdf2ca38aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"ansible": {
"type": "git",
"url": "git://github.com/ansible/ansible.git"
},
"ansible-modules-core": {
"type": "git",
"url": "git://github.com/ansible/ansible-modules-core.git"
},
"ansible-modules-extras": {
"type": "git",
"url": "git://github.com/ansible/ansible-modules-extras.git"
}
}
|