29765a3e3e
Rabbitmq container has moved to named volume. No need pull rabbitmq-data image. TrivialFix Change-Id: I83776ce626a7e398add0f07bd855924b8632b1ae
8 lines
214 B
YAML
8 lines
214 B
YAML
---
|
|
- name: Pulling rabbitmq image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ rabbitmq_image_full }}"
|
|
when: inventory_hostname in groups['rabbitmq']
|