b6ac0b2eef
Change-Id: I860af348b126979fa756f89c6fac769c750be85a Partially-Implements: blueprint pre-pull-images
8 lines
217 B
YAML
8 lines
217 B
YAML
---
|
|
- name: Pulling memcached image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ memcached_image_full }}"
|
|
when: inventory_hostname in groups['memcached']
|