Fix missing quote

This commit is contained in:
Salt 2020-06-22 04:44:14 -05:00
parent 89c2025dcc
commit 71f3269798

View File

@ -24,7 +24,7 @@
- name: Template out config
template:
src: "apache2-matrix.conf"
dest: "/etc/apache2/conf-available/matrix.conf
dest: "/etc/apache2/conf-available/matrix.conf"
notify: restart apache
- name: Enable configs
command: