From 5174fc08afb346ac547ffc1979c808b8c8a7b9df Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 7 Dec 2022 14:17:20 +0200 Subject: [PATCH] Fix template --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index aed4d00..731af6e 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -82,7 +82,7 @@ - name: Ensure vhosts are configured template: 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 group: root mode: '0644'