From ecf18409dfe9f08889b99d6578457f9c3b7f34a9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 16 Apr 2020 13:07:05 +0200 Subject: [PATCH] Use correct module --- plays/predeploy/lib/files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/predeploy/lib/files.yml b/plays/predeploy/lib/files.yml index 19eff86..754db7a 100644 --- a/plays/predeploy/lib/files.yml +++ b/plays/predeploy/lib/files.yml @@ -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') }}"