Use correct module

This commit is contained in:
Luke Murphy 2020-04-16 13:07:05 +02:00
parent 272cf12582
commit ecf18409df
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 files
become: true
template:
copy:
src: "{{ app_config_root }}/files/{{ item.src }}"
dest: "{{ item.dest }}"
owner: "{{ item.owner | default('dokku') }}"