Fix ansible deprecation warnings
=== [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|search` use `result is search`. This feature will be removed in version 2.9. === Change-Id: Ia5aea9d8228ebdd6164bf2e6766f1a073f573b0f
This commit is contained in:
parent
60f0254180
commit
54d8b70876
@ -45,7 +45,7 @@
|
||||
|
||||
- name: Replace existing image with new one
|
||||
when:
|
||||
- octavia_download_result | changed
|
||||
- octavia_download_result is changed
|
||||
block:
|
||||
- name: Get current image id
|
||||
os_image_facts:
|
||||
|
Loading…
Reference in New Issue
Block a user