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:
Jonathan Rosser 2018-12-03 17:35:03 +00:00
parent 60f0254180
commit 54d8b70876
1 changed files with 1 additions and 1 deletions

View File

@ -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: