Fix insights related spelling mistake that could cause failure

This commit is contained in:
Matthew Jones 2017-04-06 10:57:19 -04:00
parent 1902bab8be
commit 189ea4d7f8

View File

@ -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