Fix: notify alignment
This commit is contained in:
parent
66a6442d90
commit
177b911d0a
@ -19,7 +19,7 @@
|
|||||||
template:
|
template:
|
||||||
src: "files/apache.conf.j2"
|
src: "files/apache.conf.j2"
|
||||||
dest: "/etc/apache2/sites-available/{{ http_conf }}"
|
dest: "/etc/apache2/sites-available/{{ http_conf }}"
|
||||||
notify: Reload Apache
|
notify: Reload Apache
|
||||||
|
|
||||||
- name: Enable new site
|
- name: Enable new site
|
||||||
shell: /usr/sbin/a2ensite {{ http_conf }}
|
shell: /usr/sbin/a2ensite {{ http_conf }}
|
||||||
|
Loading…
Reference in New Issue
Block a user