zuul-jobs/roles/ensure-output-dirs/tasks/main.yaml
Albin Vass 9062289151 Check for loop_control in with_ type loops
Change-Id: I191265df7709a6262b44a428d78fe28ffaeb4b75
2020-05-01 13:45:34 +02:00

11 lines
224 B
YAML

- name: Ensure Zuul Output directories exist
file:
path: "{{ zuul_output_dir }}/{{ zj_output_dir }}"
state: directory
with_items:
- logs
- artifacts
- docs
loop_control:
loop_var: zj_output_dir