summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-26 12:39:13 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-26 12:39:13 +0000
commit532ef83817492d05b122e764a67a1d60c19d4605 (patch)
tree6a8d4d0809e9b88359f1250c535051083f7977ea
parent713af22a0d4cf7e52b13b006033202fe6c3a855b (diff)
parent64cef7aea04a0ae298892d348c9480f9abb5dddb (diff)
downloadlorries-532ef83817492d05b122e764a67a1d60c19d4605.tar.gz
Merge branch 'baserock/pedroalvarez/ansible-modules'
Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
-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"
}
}