Skip to content
Snippets Groups Projects
Commit 0cf0ca01 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Allow memcached role to pull images"

parents 5127c935 b6ac0b2e
No related branches found
No related tags found
No related merge requests found
---
- include: config.yml
- include: start.yml
---
- include: config.yml
- include: start.yml
- include: "{{ action }}.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