From fb9b88cfc8f69f051276d34ea9170740d3aed68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Blanco=20L=C3=B3pez?= Date: Sat, 16 Jan 2021 22:44:24 +0100 Subject: [PATCH] do not config lighttpd when it is not installed --- tasks/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/config.yml b/tasks/config.yml index 163d6bb..fcea2c6 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -5,3 +5,4 @@ src: lighttpd.conf.j2 dest: /etc/lighttpd/lighttpd.conf notify: restart pihole_lighttpd + when: pihole_web_server