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