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