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
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
delay: 1
|
||||
until: image_url is success
|
||||
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_checksum_file is defined
|
||||
- _lxc_hosts_container_image_checksum_regexp is defined
|
||||
|
Reference in New Issue
Block a user