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:
Jonathan Herlin 2018-11-25 17:19:00 +01:00
parent e55960fe30
commit 6ed6eaabde

View File

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