From cec71cd2ad896c79d67be13d87f04586f359d22a Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 21 Jun 2020 11:05:01 -0500 Subject: [PATCH] Fix typo --- roles/matrix/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml index 9386822..c1ae2f9 100644 --- a/roles/matrix/tasks/main.yml +++ b/roles/matrix/tasks/main.yml @@ -32,7 +32,7 @@ - name: Template out vhost template: src: "apache2-vhost-ssl.conf" - dest: "/etc/apache2-sites-available/{{ matrix_url }}.conf" + dest: "/etc/apache2/sites-available/{{ matrix_url }}.conf" - name: Create webroot file: state: directory