summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-26 10:59:07 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-26 10:59:07 +0000
commit64cef7aea04a0ae298892d348c9480f9abb5dddb (patch)
tree6a8d4d0809e9b88359f1250c535051083f7977ea
parent713af22a0d4cf7e52b13b006033202fe6c3a855b (diff)
downloadlorries-64cef7aea04a0ae298892d348c9480f9abb5dddb.tar.gz
Add lorries for Ansible modules.baserock/pedroalvarez/ansible-modules
-rw-r--r--open-source-lorries/ansible.lorry8
1 files changed, 8 insertions, 0 deletions
diff --git a/open-source-lorries/ansible.lorry b/open-source-lorries/ansible.lorry
index e7261bc..21efa9d 100644
--- a/open-source-lorries/ansible.lorry
+++ b/open-source-lorries/ansible.lorry
@@ -2,5 +2,13 @@
"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"
}
}