Merge "Allow memcached role to pull images"

This commit is contained in:
Jenkins 2016-01-06 08:22:04 +00:00 committed by Gerrit Code Review
commit 0cf0ca01f4
3 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1,4 @@
---
- include: config.yml
- include: start.yml

View File

@ -1,4 +1,2 @@
---
- include: config.yml
- include: start.yml
- include: "{{ action }}.yml"

View File

@ -0,0 +1,7 @@
---
- name: Pulling memcached image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ memcached_image_full }}"
when: inventory_hostname in groups['memcached']