]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Stop apache2 and collectl after installing them.
authorAndrew Schoen <aschoen@redhat.com>
Fri, 17 Apr 2015 16:11:45 +0000 (11:11 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 17 Apr 2015 19:28:29 +0000 (14:28 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/tasks/apt_systems.yml

index b0937ddcb736cd82ec6bab8472652d71ab3ebf8d..36e3b0e37d7e7ae63044d8cf05d2db3e8287a5e4 100644 (file)
@@ -49,3 +49,8 @@
 
 - include: static_ip.yml
   when: "'vps' not in group_names"
+
+- name: Stop apache2
+  service:
+    name: apache2
+    state: stopped