From b0693c1ddd07f943ac169225e884cf931912df1b Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 22 Jun 2020 06:33:57 -0500 Subject: [PATCH] notify: restart apache a lot --- roles/matrix/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml index 5cabe9e..d10deaf 100644 --- a/roles/matrix/tasks/main.yml +++ b/roles/matrix/tasks/main.yml @@ -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 }}"