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

Merge "Pull tgtd image when need"

parents 0ff90a6f 618d5d20
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,10 @@ ...@@ -5,3 +5,10 @@
common_options: "{{ docker_common_options }}" common_options: "{{ docker_common_options }}"
image: "{{ iscsi_image_full }}" image: "{{ iscsi_image_full }}"
when: inventory_hostname in groups['iscsi'] when: inventory_hostname in groups['iscsi']
- name: Pulling tgtd image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ tgtd_image_full }}"
when: inventory_hostname in groups['tgtd']
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