Update ansible-lint.yml #1961
Annotations
10 errors and 7 warnings
yaml[empty-lines]:
accelerator/roles/intel/tasks/make_sure_scale_out_interfaces_up.yml#L79
Too many blank lines (1 > 0)
|
fqcn[action-core]:
accelerator/roles/nvidia/tasks/install_cuda_redhat.yml#L32
Use FQCN for builtin module actions (ansible.builtin.yum).
|
fqcn[action-core]:
accelerator/roles/nvidia/tasks/install_cuda_redhat.yml#L41
Use FQCN for builtin module actions (ansible.builtin.yum).
|
syntax-check[unknown-module]:
accelerator/tests/test_Gaudi2_hlqual_validation.yml#L103
couldn't resolve module/action 'community.general.modprobe'. This often indicates a misspelling, missing collection, or incorrect module path.
|
no-changed-when:
accelerator/tests/test_Gaudi3.yml#L25
Commands should not change things if nothing needs doing.
|
no-changed-when:
accelerator/tests/test_Gaudi3.yml#L44
Commands should not change things if nothing needs doing.
|
no-changed-when:
accelerator/tests/test_Gaudi3.yml#L61
Commands should not change things if nothing needs doing.
|
syntax-check[unknown-module]:
accelerator/tests/test_Gaudi3_hlqual_validation.yml#L98
couldn't resolve module/action 'modprobe'. This often indicates a misspelling, missing collection, or incorrect module path.
|
yaml[new-line-at-end-of-file]:
accelerator/tests/test_ROCm_validation.yml#L127
No new line character at the end of file
|
yaml[colons]:
discovery/roles/configure_xcat/redhat/tasks/omnia_repo_config.yml#L73
Too many spaces after colon
|
jinja[spacing]:
accelerator/roles/intel/tasks/make_sure_scale_out_interfaces_up.yml#L43
Jinja2 spacing could be improved: #!/bin/bash
|
jinja[spacing]:
telemetry/roles/loki/vars/main.yml#L47
Jinja2 spacing could be improved: {{role_path}}/../../../input/config/{{ ansible_distribution | lower }}/{{ ansible_distribution_version }}/telemetry.json -> {{ role_path }}/../../../input/config/{{ ansible_distribution | lower }}/{{ ansible_distribution_version }}/telemetry.json
|
jinja[spacing]:
telemetry/roles/orchestrator/tasks/read_telemetry_packages.yml#L34
Jinja2 spacing could be improved: {{ telemetry_package_map | default({}) | combine({ ((item.package).rsplit('-', 1)[0]): item.package}) }} -> {{ telemetry_package_map | default({}) | combine({((item.package).rsplit('-', 1)[0]): item.package}) }}
|
jinja[spacing]:
utils/ip_rule_assignment/roles/update_network_manager/tasks/check_inventory.yml#L18
Jinja2 spacing could be improved: {{inventory_not_provided}} -> {{ inventory_not_provided }}
|
jinja[spacing]:
utils/ip_rule_assignment/roles/update_network_manager/tasks/fetch_ip.yml#L43
Jinja2 spacing could be improved: {{ " " }}up ip rule add from {{ nic_ip_address }} table {{ item.metric }}
|
jinja[spacing]:
utils/server_spec_update/roles/update_db_and_node_object/tasks/initialize_facts_nodes.yml#L23
Jinja2 spacing could be improved: {{ host_details | combine({host: { 'node_detail': host, 'categories': hostvars[host]['Categories'] } }) }} -> {{ host_details | combine({host: {'node_detail': host, 'categories': hostvars[host]['Categories']}}) }}
|
jinja[spacing]:
utils/server_spec_update/roles/update_db_and_node_object/tasks/initialize_facts_nodes.yml#L33
Jinja2 spacing could be improved: {{ host_details | combine({host: { 'node_detail': (host is match('^[a-zA-Z0-9]+$') | ternary(hostvars[host]['ansible_host'], host)), 'categories': hostvars[host]['Categories'] } }) }} -> {{ host_details | combine({host: {'node_detail': (host is match('^[a-zA-Z0-9]+$') | ternary(hostvars[host]['ansible_host'], host)), 'categories': hostvars[host]['Categories']}}) }}
|