Koschei: allow importing images during playbook run

This commit is contained in:
Mikolaj Izdebski 2020-02-18 12:39:15 +01:00 committed by Pierre-Yves Chibon
parent 46f7dc3529
commit b31b747382

View file

@ -70,3 +70,11 @@
with_items: "{{ koschei_cron_jobs }}" with_items: "{{ koschei_cron_jobs }}"
loop_control: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"
- name: Import upstream container image to local registry
include_role: name=openshift/import-image
vars:
imagestreamname: koschei
tags:
- never
- import-image