Add download_container flag to avoid docker pull when use cri-o.

This commit is contained in:
Takashi Okamoto
2018-08-04 10:01:35 +00:00
parent cf7b9cfeef
commit 5ab8a712d9
5 changed files with 11 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
when:
- not skip_downloads|default(false)
- item.value.enabled
- not item.value.container | item.value.container and download_container
- (not (item.value.container|default(False))) or (item.value.container and download_container)
- name: "Sync container"
include_tasks: sync_container.yml