From 00f96b2b8bde40264ed0d3906768bdbd9dafe706 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 3 Mar 2017 12:21:17 +0100 Subject: [PATCH] Apache: no need for a template, just copy --- .../evolinux-custom.conf.j2 => files/evolinux-custom.conf} | 0 apache/tasks/main.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename apache/{templates/evolinux-custom.conf.j2 => files/evolinux-custom.conf} (100%) diff --git a/apache/templates/evolinux-custom.conf.j2 b/apache/files/evolinux-custom.conf similarity index 100% rename from apache/templates/evolinux-custom.conf.j2 rename to apache/files/evolinux-custom.conf diff --git a/apache/tasks/main.yml b/apache/tasks/main.yml index fd821a9e..a4a3e104 100644 --- a/apache/tasks/main.yml +++ b/apache/tasks/main.yml @@ -35,8 +35,8 @@ - apache - name: Copy Apache custom config file - template: - src: evolinux-custom.conf.j2 + copy: + src: evolinux-custom.conf dest: "/etc/apache2/conf-available/zzz-evolinux-custom.conf" owner: root group: root