From 189ea4d7f8a425567a712ea4b10c5c5881846c77 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 6 Apr 2017 10:57:19 -0400 Subject: [PATCH] Fix insights related spelling mistake that could cause failure --- 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 20f94cc5f0..03b3734a02 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -140,7 +140,7 @@ url_password: "{{scm_password}}" force_basic_auth: yes force: yes - when: scm_type == 'insights' and (item.name == None or items.name == "") + when: scm_type == 'insights' and (item.name == None or item.name == "") with_items: "{{ insights_output.json|default([]) }}" failed_when: false