715942ce30
Change-Id: Iea91c39733d56a9291287a78a44756d8d38ca71d Partially-Implements: blueprint pre-pull-images
8 lines
211 B
YAML
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']
|