From c7f13fb57403290f8d1d72ab7cca388575f17a0b Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 17 Apr 2015 11:11:45 -0500 Subject: [PATCH] Stop apache2 and collectl after installing them. Signed-off-by: Andrew Schoen --- roles/testnode/tasks/apt_systems.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/testnode/tasks/apt_systems.yml b/roles/testnode/tasks/apt_systems.yml index b0937dd..36e3b0e 100644 --- a/roles/testnode/tasks/apt_systems.yml +++ b/roles/testnode/tasks/apt_systems.yml @@ -49,3 +49,8 @@ - include: static_ip.yml when: "'vps' not in group_names" + +- name: Stop apache2 + service: + name: apache2 + state: stopped -- 2.39.5