mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Fix insights related spelling mistake that could cause failure
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
url_password: "{{scm_password}}"
|
url_password: "{{scm_password}}"
|
||||||
force_basic_auth: yes
|
force_basic_auth: yes
|
||||||
force: 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([]) }}"
|
with_items: "{{ insights_output.json|default([]) }}"
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user