kolla-ansible/ansible/roles/horizon/tasks/pull.yml
SamYaple 715942ce30 Allow horizon role to pull images
Change-Id: Iea91c39733d56a9291287a78a44756d8d38ca71d
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00

8 lines
211 B
YAML

---
- name: Pulling horizon image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
when: inventory_hostname in groups['horizon']