guillemets manquants

This commit is contained in:
Sebastien Dubois 2016-12-22 19:02:05 +01:00
parent 5c9660bfdc
commit 0ebd9cc147

View file

@ -26,7 +26,7 @@
- name: Copy Apache defaults config file
copy:
src: evolinux-defaults.conf
dest: "/etc/apache2/conf-available/z-evolinux-defaults.conf
dest: "/etc/apache2/conf-available/z-evolinux-defaults.conf"
owner: root
group: root
mode: 0644
@ -37,7 +37,7 @@
- name: Copy Apache custom config file
template:
src: evolinux-custom.conf.j2
dest: "/etc/apache2/conf-available/zzz-evolinux-custom.conf
dest: "/etc/apache2/conf-available/zzz-evolinux-custom.conf"
owner: root
group: root
mode: 0644