kolla-ansible/ansible/roles/tempest/tasks/pull.yml
caoyuan 82d56e94cd Optimize reconfiguration for tempest
Change-Id: I75e3a3b32a5ad0bc613a90130fa5bcc65605ca68
Partially-implements: blueprint better-reconfigure
2017-01-26 21:00:35 +08:00

11 lines
292 B
YAML

---
- name: Pulling tempest image
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: "{{ tempest_services }}"