From: Andrew Schoen Date: Fri, 17 Apr 2015 16:11:45 +0000 (-0500) Subject: Stop apache2 and collectl after installing them. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c7f13fb57403290f8d1d72ab7cca388575f17a0b;p=ceph-cm-ansible.git Stop apache2 and collectl after installing them. Signed-off-by: Andrew Schoen --- diff --git a/roles/testnode/tasks/apt_systems.yml b/roles/testnode/tasks/apt_systems.yml index b0937ddc..36e3b0e3 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