3ae0063944
Change-Id: Ia6ac371845d1f2b545406d096b35a6d5f68be5f6 Implements: blueprint ansible-mongodb
8 lines
211 B
YAML
8 lines
211 B
YAML
---
|
|
- name: Pulling mongodb image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ mongodb_image_full }}"
|
|
when: inventory_hostname in groups['mongodb']
|