mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Fix insights related spelling mistake that could cause failure
This commit is contained in:
parent
1902bab8be
commit
189ea4d7f8
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user