Skip to content

Update ansible-lint.yml #1964

Update ansible-lint.yml

Update ansible-lint.yml #1964

Triggered via pull request January 29, 2025 11:11
Status Failure
Total duration 2m 33s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
jinja[spacing]: accelerator/roles/intel/tasks/make_sure_scale_out_interfaces_up.yml#L43
Jinja2 spacing could be improved: #!/bin/bash
role-name[path]: discovery_provision.yml#L46
Avoid using paths when importing roles. (utils/server_spec_update/roles/server_spec_validation)
syntax-check[unknown-module]: network/roles/ethernet/tasks/main.yml#L30
couldn't resolve module/action 'dellemc.os10.os10_command'. This often indicates a misspelling, missing collection, or incorrect module path.
syntax-check[missing-file]: omnia.yml#L1
Unable to retrieve file contents
syntax-check[unknown-module]: provision/tests/test_bmc_discover.yml#L46
couldn't resolve module/action 'postgresql_query'. This often indicates a misspelling, missing collection, or incorrect module path.
load-failure[runtimeerror]: provision/tests/test_mac_gathering.yml#L1
Failed to load YAML file: provision/tests/test_mac_gathering.yml
key-order[task]: provision/tests/test_xcat.yml#L22
You can improve the task key order to: name, tags, block
no-changed-when: provision/tests/test_xcat.yml#L24
Commands should not change things if nothing needs doing.
risky-shell-pipe: provision/tests/test_xcat.yml#L24
Shells that use pipes should set the pipefail option.
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).
yaml[line-length]: discovery/roles/configure_xcat/ubuntu/vars/main.yml#L47
Line too long (189 > 160 characters)
yaml[line-length]: discovery/roles/os_update/tasks/set_kernel_params.yml#L57
Line too long (181 > 160 characters)
yaml[line-length]: discovery/roles/postscripts/common/vars/main.yml#L41
Line too long (161 > 160 characters)
yaml[trailing-spaces]: discovery_provision.yml#L35
Trailing spaces