From e40db53d9a1ba3404a3e870edce2a26a9d41afcd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 12:40:44 +0200 Subject: [PATCH] Use right folder --- ansible/{templates => files}/email.tmpl | 0 ansible/pre-deploy.yml | 1 - 2 files changed, 1 deletion(-) rename ansible/{templates => files}/email.tmpl (100%) diff --git a/ansible/templates/email.tmpl b/ansible/files/email.tmpl similarity index 100% rename from ansible/templates/email.tmpl rename to ansible/files/email.tmpl diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 06fa9b2..23a82d2 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -63,7 +63,6 @@ owner: "{{ docker_user_uid }}" group: "{{ docker_user_gid }}" mode: 0664 - remote_src: true with_items: - src: email.tmpl dest: /var/lib/alerta/email.tmpl