From 5fea8518ed53807f8f99bc3bc133cd2a8ec778ca Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 23 Sep 2020 17:33:27 +0200 Subject: [PATCH] Fix: remove handler from tasks --- tasks/lamp.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tasks/lamp.yml b/tasks/lamp.yml index b596ac0..4414637 100644 --- a/tasks/lamp.yml +++ b/tasks/lamp.yml @@ -65,13 +65,3 @@ src: "files/info.php.j2" dest: "/var/www/{{ http_host }}/info.php" - handlers: - - name: Reload Apache - service: - name: apache2 - state: reloaded - - - name: Restart Apache - service: - name: apache2 - state: restarted