From 6ed6eaabde9101240b9aecb5521fcc3c0a196946 Mon Sep 17 00:00:00 2001 From: Jonathan Herlin Date: Sun, 25 Nov 2018 17:19:00 +0100 Subject: [PATCH] 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 --- playbooks/os-keystone-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/os-keystone-install.yml b/playbooks/os-keystone-install.yml index 55e092b877..fa55373be5 100644 --- a/playbooks/os-keystone-install.yml +++ b/playbooks/os-keystone-install.yml @@ -157,4 +157,4 @@ option: "need_db_contract" value: False when: - - "dbsync_contract | succeeded" + - "dbsync_contract is succeeded"