
Depends-On: https://review.opendev.org/940561 Change-Id: I691fafc25b377d812d002fae34aef2e0bc8e552a
9 lines
252 B
YAML
9 lines
252 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Upload image
|
|
when: image_upload_secret is defined and zuul_success
|
|
with_items: '{{ build_diskimage_formats }}'
|
|
loop_control:
|
|
loop_var: upload_image_format
|
|
include_tasks: post-inner.yaml
|