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

Merge "Allow rabbitmq role to pull images"

parents ecfc955a bfcc849a
No related branches found
No related tags found
No related merge requests found
---
- include: config.yml
- include: bootstrap.yml
- include: start.yml
--- ---
- include: config.yml - include: "{{ action }}.yml"
- include: bootstrap.yml
- include: start.yml
---
- name: Pulling rabbitmq image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ rabbitmq_image_full }}"
when: inventory_hostname in groups['rabbitmq']
- name: Pulling rabbitmq-data image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ rabbitmq_data_image_full }}"
when: inventory_hostname in groups['rabbitmq']
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