From ada1c82e830075f985d47b847d4ce0c0fa0eff64 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 6 Dec 2025 19:30:02 -0500 Subject: [PATCH] Handle proxy container files, syntax fixes --- tasks/files.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/files.yml b/tasks/files.yml index 035c406..f267f74 100644 --- a/tasks/files.yml +++ b/tasks/files.yml @@ -47,10 +47,10 @@ owner: "{{ user.name }}" group: "{{ user.name }}" with_items: - - "Dockerfile" - - "uploadsize.conf" - loop_control: - loop_var: "proxy_file" + - "Dockerfile" + - "uploadsize.conf" + loop_control: + loop_var: "proxy_file" - name: Create Compose File template: