use zj_log_file instead of item as loop_var

Change-Id: Ife5560ad028e293f8bfa71756fe6825c1a3f43ce
This commit is contained in:
Albin Vass 2020-05-02 15:47:41 +02:00
parent 4feb02f87e
commit dd8e831379

View File

@ -112,10 +112,12 @@
# gzip will however return 1 if any compressed file is encountered, so we
# must ignore that (there's no specific error code).
- name: Archive everything from logs
shell: gzip --recursive --best {{ item.path }} || true
shell: gzip --recursive --best {{ zj_log_file.path }} || true
args:
chdir: "{{ stage_dir }}/logs"
with_items: "{{ log_files_to_compress.files }}"
loop_control:
loop_var: zj_log_file
tags:
- skip_ansible_lint
when: