From cc48e49a580dbc4f6010d61910594b6c7e9c76d9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 13 May 2016 18:08:53 +0200 Subject: Add the requirements of tor --- requirements.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.yml b/requirements.yml index 91ac5a8..1186d74 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,3 +1,5 @@ --- - src: https://github.com/OSAS/ansible-role-httpd name: httpd +- src: git+https://gitlab.com/misc/ansible-role-tor.git + name: tor -- cgit