Update playbook to newer syntax.
--- [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|success` use `result is success`. This feature will be removed in version 2.9. --- This patch updates the syntax to a non deprecated one Change-Id: Ic3e549adb290b7024f5bb84f30a3a7cc3df97498
This commit is contained in:
parent
e55960fe30
commit
6ed6eaabde
@ -157,4 +157,4 @@
|
||||
option: "need_db_contract"
|
||||
value: False
|
||||
when:
|
||||
- "dbsync_contract | succeeded"
|
||||
- "dbsync_contract is succeeded"
|
||||
|
Loading…
Reference in New Issue
Block a user