bee0c6ae2f
For some reason matchtask doesn't match includes, matchplay does so use that instead. Change-Id: I040f7f3394503e92d06c05e8ff671a43b14baebc
7 lines
145 B
YAML
7 lines
145 B
YAML
---
|
|
- include_tasks: rsync.yaml
|
|
when: zj_pod.1.pod is defined
|
|
loop: "{{ openshift_pods.items()|list }}"
|
|
loop_control:
|
|
loop_var: zj_pod
|