Skip to content
Snippets Groups Projects
Unverified Commit da173615 authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #2048 from xizhibei/master

Fix: always only one container got synced after download
parents dc6a17e0 66f38a1b
No related branches found
No related tags found
No related merge requests found
---
- name: container_download | Make download decision if pull is required by tag or sha256
include: set_docker_image_facts.yml
delegate_to: "{{ download_delegate if download_run_once or omit }}"
delegate_facts: no
run_once: "{{ download_run_once }}"
when:
- download.enabled
- download.container
tags:
- facts
- set_fact:
fname: "{{local_release_dir}}/containers/{{download.repo|regex_replace('/|\0|:', '_')}}:{{download.tag|default(download.sha256)|regex_replace('/|\0|:', '_')}}.tar"
run_once: true
......
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