From affaf23a6bc124520a42178d9576cdfa74cb6673 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 16 Apr 2018 13:22:58 -0400 Subject: [PATCH] fix deprecation warning for project update --- awx/playbooks/project_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index 2564158bad..5d6682d499 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -40,7 +40,7 @@ - name: break if already checked out meta: end_play - when: scm_full_checkout|default('') and repo_check|succeeded and repo_check.before == scm_branch + when: scm_full_checkout|default('') and repo_check is succeeded and repo_check.before == scm_branch - name: update project using git git: