From 177b911d0a300ff6aa5b57ab3c2bf81e0e337634 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 23 Sep 2020 17:31:00 +0200 Subject: [PATCH] Fix: notify alignment --- tasks/lamp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/lamp.yml b/tasks/lamp.yml index 64d36b0..b596ac0 100644 --- a/tasks/lamp.yml +++ b/tasks/lamp.yml @@ -19,7 +19,7 @@ template: src: "files/apache.conf.j2" dest: "/etc/apache2/sites-available/{{ http_conf }}" - notify: Reload Apache + notify: Reload Apache - name: Enable new site shell: /usr/sbin/a2ensite {{ http_conf }}