From 5cdb6bbf531ebdbe927b24d52abfa163ef2b1bf0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 14 Apr 2020 15:25:48 +0200 Subject: [PATCH] Fix templates root --- plays/predeploy/lib/templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/predeploy/lib/templates.yml b/plays/predeploy/lib/templates.yml index 0b91185..aad5ced 100644 --- a/plays/predeploy/lib/templates.yml +++ b/plays/predeploy/lib/templates.yml @@ -1,7 +1,7 @@ --- - name: Copy over template files template: - src: "{{ item.src }}" + src: "{{ app_config_root }}/templates/{{ item.src }}" dest: "{{ item.dest }}" owner: dokku group: dokku