mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Fix insights related spelling mistake that could cause failure
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user