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