kolla-ansible/ansible/roles/skydive/tasks/pull.yml

11 lines
293 B
YAML

---
- name: Pulling skydive images
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ item.value.image }}"
when:
- inventory_hostname in groups[item.value.group]
- item.value.enabled | bool
with_dict: "{{ skydive_services }}"