From 00bf65857d32ff1888cea505de7531cd12548566 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 16 Jun 2014 13:46:13 +0100 Subject: Add Ansible lorry and also lorry its dependencies Dependencies lorried: - jinja2 - markupsafe - paramiko --- open-source-lorries/ansible.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/ansible.lorry (limited to 'open-source-lorries/ansible.lorry') diff --git a/open-source-lorries/ansible.lorry b/open-source-lorries/ansible.lorry new file mode 100644 index 0000000..e7261bc --- /dev/null +++ b/open-source-lorries/ansible.lorry @@ -0,0 +1,6 @@ +{ + "ansible": { + "type": "git", + "url": "git://github.com/ansible/ansible.git" + } +} -- cgit v1.2.1