Skip to content
Snippets Groups Projects
Commit b6ac0b2e authored by SamYaple's avatar SamYaple
Browse files

Allow memcached role to pull images

Change-Id: I860af348b126979fa756f89c6fac769c750be85a
Partially-Implements: blueprint pre-pull-images
parent bdc0f531
No related branches found
No related tags found
No related merge requests found
---
- include: config.yml
- include: start.yml
--- ---
- include: config.yml - include: "{{ action }}.yml"
- include: start.yml
---
- name: Pulling memcached image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ memcached_image_full }}"
when: inventory_hostname in groups['memcached']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment