diff --git a/tasks/files.yml b/tasks/files.yml index f267f74..3120be1 100644 --- a/tasks/files.yml +++ b/tasks/files.yml @@ -46,11 +46,11 @@ dest: "/home/{{ user.name }}/proxy/{{ proxy_file }}" owner: "{{ user.name }}" group: "{{ user.name }}" - with_items: - - "Dockerfile" - - "uploadsize.conf" - loop_control: - loop_var: "proxy_file" + with_items: + - "Dockerfile" + - "uploadsize.conf" + loop_control: + loop_var: "proxy_file" - name: Create Compose File template: