notify: restart apache

a lot
This commit is contained in:
Salt 2020-06-22 06:33:57 -05:00
parent 23c0763fce
commit b0693c1ddd

View File

@ -45,6 +45,7 @@
template:
src: "apache2-vhost-ssl.conf"
dest: "/etc/apache2/sites-available/{{ matrix_url }}.conf"
notify: restart apache
- name: Create webroot
file:
state: directory
@ -59,6 +60,7 @@
name: https
vars:
website_url: "{{ matrix_url }}"
notify: restart apache
- name: Configure Synapse
template:
src: "{{ item.src }}"