Fix templates root

This commit is contained in:
Luke Murphy 2020-04-14 15:25:48 +02:00
parent d0f78cd37d
commit 5cdb6bbf53
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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