kolla-ansible/ansible/roles/rally/tasks/pull.yml
caoyuan 9af94ff055 Optimize reconfigure action for rally
Change-Id: I2fb2f4cd88638dfc5ccc261a0b113094cba60715
Partially-implements: blueprint better-reconfigure
2017-01-24 13:56:31 +00:00

11 lines
288 B
YAML

---
- name: Pulling rally 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: "{{ rally_services }}"