Merge "Pull swift-object-expirer image"
This commit is contained in:
commit
6662a5aa05
@ -35,3 +35,10 @@
|
|||||||
common_options: "{{ docker_common_options }}"
|
common_options: "{{ docker_common_options }}"
|
||||||
image: "{{ swift_object_image_full }}"
|
image: "{{ swift_object_image_full }}"
|
||||||
when: inventory_hostname in groups['swift-object-server']
|
when: inventory_hostname in groups['swift-object-server']
|
||||||
|
|
||||||
|
- name: Pulling swift-object-expirer image
|
||||||
|
kolla_docker:
|
||||||
|
action: "pull_image"
|
||||||
|
common_options: "{{ docker_common_options }}"
|
||||||
|
image: "{{ swift_object_expirer_image_full }}"
|
||||||
|
when: inventory_hostname in groups['swift-object-server']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user