Merge "Support specifying deploy images via URL"

This commit is contained in:
Zuul 2019-02-01 13:18:37 +00:00 committed by Gerrit Code Review
commit 529824e01d
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
when:
- item is not none
- item | length > 0
- item is not match('^http[s]?://')
register: deploy_image_ids
changed_when: false