From: Loic Dachary Date: Fri, 25 Mar 2016 17:07:45 +0000 (+0100) Subject: paddles: do not fail to disable if apache2 if not there X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12d007a75ef64524a3708e58b0bc61a02f0366e1;p=ceph-cm-ansible.git paddles: do not fail to disable if apache2 if not there If apache2 is not installed no need to disable it. Signed-off-by: Thierry Delamare Signed-off-by: Loic Dachary --- diff --git a/roles/paddles/tasks/nginx.yml b/roles/paddles/tasks/nginx.yml index d4c8027f..7f2c332e 100644 --- a/roles/paddles/tasks/nginx.yml +++ b/roles/paddles/tasks/nginx.yml @@ -20,6 +20,7 @@ name: "{{ apache_service }}" enabled: no state: stopped + failed_when: false - name: Enable nginx service: