Merge "Fix with_* loop for ansible 2.9"
This commit is contained in:
commit
8ade6aa407
@ -1,7 +1,7 @@
|
||||
- name: Register sources
|
||||
stat:
|
||||
path: "{{ zj_source.key }}"
|
||||
with_dict: "{{ zuul_copy_output }}"
|
||||
loop: "{{ zuul_copy_output|dict2items }}"
|
||||
loop_control:
|
||||
loop_var: zj_source
|
||||
register: sources
|
||||
|
Loading…
x
Reference in New Issue
Block a user