Fix: notify alignment

This commit is contained in:
Bertrand Benjamin 2020-09-23 17:31:00 +02:00
parent 66a6442d90
commit 177b911d0a
1 changed files with 1 additions and 1 deletions

View File

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