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 }}