[tor-commits] [metrics-cloud/master] Installs apache2 package

irl at torproject.org irl at torproject.org
Thu Oct 3 11:10:30 UTC 2019


commit 4d10bce0111566b7c65d9a45e4e573f768ff6575
Author: Ana Custura <ana at netstat.org.uk>
Date:   Wed Aug 14 14:30:24 2019 +0100

    Installs apache2 package
---
 ansible/roles/onionperf/tasks/main.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ansible/roles/onionperf/tasks/main.yml b/ansible/roles/onionperf/tasks/main.yml
index b81a1fd..6129f49 100644
--- a/ansible/roles/onionperf/tasks/main.yml
+++ b/ansible/roles/onionperf/tasks/main.yml
@@ -50,3 +50,8 @@
     dest: /etc/systemd/system/onionperf.service
   notify: restart onionperf
   become: true
+- name: install apache2
+  apt:
+    name: apache2
+  become: true
+





More information about the tor-commits mailing list