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
(cherry picked from commit 6ed6eaabde)
This commit is contained in:
Jonathan Herlin 2018-11-25 17:19:00 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 8caf01dcc0
commit d5ad3af70a
1 changed files with 1 additions and 1 deletions

View File

@ -183,4 +183,4 @@
option: "need_db_contract"
value: False
when:
- "dbsync_contract | succeeded"
- "dbsync_contract is succeeded"