b2ae863f50
Latest ansible-lint is finding this. It seems reasonable enough to ensure the task is named; it's always nice to have context about what is happening as you read the file. Change-Id: Ia7e490aaba99da9694a6f3fdb1bca9838221b30a
8 lines
173 B
YAML
8 lines
173 B
YAML
---
|
|
- name: Include rsync tasks
|
|
include_tasks: rsync.yaml
|
|
when: zj_pod.1.pod is defined
|
|
loop: "{{ openshift_pods.items()|list }}"
|
|
loop_control:
|
|
loop_var: zj_pod
|