diff options
author | Michael Scherer <misc@redhat.com> | 2016-05-13 18:08:53 +0200 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2016-05-13 18:08:53 +0200 |
commit | cc48e49a580dbc4f6010d61910594b6c7e9c76d9 (patch) | |
tree | 3dc7c5ed41c3914dfcaa0a5f4288efa7ea61b4fe | |
parent | 02c37ee1fb548b911b6b137a1bbbf635415bb8a3 (diff) |
Add the requirements of tor
-rw-r--r-- | requirements.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |