Fix missing quote
This commit is contained in:
parent
89c2025dcc
commit
71f3269798
@ -24,7 +24,7 @@
|
|||||||
- name: Template out config
|
- name: Template out config
|
||||||
template:
|
template:
|
||||||
src: "apache2-matrix.conf"
|
src: "apache2-matrix.conf"
|
||||||
dest: "/etc/apache2/conf-available/matrix.conf
|
dest: "/etc/apache2/conf-available/matrix.conf"
|
||||||
notify: restart apache
|
notify: restart apache
|
||||||
- name: Enable configs
|
- name: Enable configs
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user