Ansible 'skipped' is a test not a filter

The old syntax is no longer valid in ansible 2.9

Depends-On: https://review.opendev.org/727827
Change-Id: I199c95b30ead538b8920ac73c924bc9a2756c8bc
This commit is contained in:
Jonathan Rosser 2020-05-13 13:15:02 +01:00
parent 945c7b7cde
commit f6a41ea31b

View File

@ -36,5 +36,5 @@
option: need_online_data_migrations
value: false
when:
- not data_migrations | skipped
- not data_migrations is skipped
- data_migrations is succeeded