]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
paddles: do not fail to disable if apache2 if not there
authorLoic Dachary <loic@dachary.org>
Fri, 25 Mar 2016 17:07:45 +0000 (18:07 +0100)
committerLoic Dachary <loic@dachary.org>
Fri, 25 Mar 2016 17:09:18 +0000 (18:09 +0100)
If apache2 is not installed no need to disable it.

Signed-off-by: Thierry Delamare <t.delamare@laposte.net>
Signed-off-by: Loic Dachary <loic@dachary.org>
roles/paddles/tasks/nginx.yml

index d4c8027f4bfbd1a4097a9ab836de0264a31a309f..7f2c332e20882a1d93c0b76c38cab9db38193c9c 100644 (file)
@@ -20,6 +20,7 @@
     name: "{{ apache_service }}"
     enabled: no
     state: stopped
+  failed_when: false
 
 - name: Enable nginx
   service: