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