Fix template

This commit is contained in:
Antonio J. Delgado 2022-12-07 14:17:20 +02:00
parent 18f00c5e5f
commit 5174fc08af

View file

@ -82,7 +82,7 @@
- name: Ensure vhosts are configured - name: Ensure vhosts are configured
template: template:
src: templates/vhost.conf.j2 src: templates/vhost.conf.j2
dest: "/etc/apache2/sites-available/{{ item.weight | default('25' }}-{{ item.vhostname }}.conf" dest: "/etc/apache2/sites-available/{{ item.weight | default('25') }}-{{ item.vhostname }}.conf"
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'