Fix lxc_hosts_container_image_url condition
lxc_hosts_container_image_url is string, so can't be passed through bool
filter as it will always result as false.
Change-Id: I0f12760840d81c9d73118d63bc0927eab78b9df2
Closes-Bug: #1908544
(cherry picked from commit bd40afa00a
)
This commit is contained in:
parent
57025530f0
commit
c1cff6dfdc
@ -49,7 +49,7 @@
|
|||||||
delay: 1
|
delay: 1
|
||||||
until: image_url is success
|
until: image_url is success
|
||||||
when:
|
when:
|
||||||
- not lxc_hosts_container_image_url | bool
|
- lxc_hosts_container_image_url | length == 0
|
||||||
- _lxc_hosts_container_image_url_base is defined
|
- _lxc_hosts_container_image_url_base is defined
|
||||||
- _lxc_hosts_container_image_checksum_file is defined
|
- _lxc_hosts_container_image_checksum_file is defined
|
||||||
- _lxc_hosts_container_image_checksum_regexp is defined
|
- _lxc_hosts_container_image_checksum_regexp is defined
|
||||||
|
Loading…
Reference in New Issue
Block a user