9efc593c8f
Change-Id: I64aff93368da7580b6cc1369a42be0904a670f98 Partially-Implements: blueprint pre-pull-images
8 lines
214 B
YAML
8 lines
214 B
YAML
---
|
|
- name: Pulling keystone image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ keystone_image_full }}"
|
|
when: inventory_hostname in groups['keystone']
|