From 64cef7aea04a0ae298892d348c9480f9abb5dddb Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 26 Feb 2015 10:59:07 +0000 Subject: Add lorries for Ansible modules. --- open-source-lorries/ansible.lorry | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } } -- cgit v1.2.1