Skip to content

add ansible lint test #119

add ansible lint test

add ansible lint test #119

Triggered via pull request October 23, 2024 08:35
Status Cancelled
Total duration 1m 32s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
yaml[line-length]: .github/workflows/test.yml#L42
Line too long (169 > 160 characters)
package-latest: playbooks/setup.yaml#L6
Package installs should not use latest.
schema[requirements]: requirements.yml#L1
$.roles[0] 'geerlingguy.postgresql' is not of type 'object'. See https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-roles-and-collections-from-the-same-requirements-yml-file
yaml[truthy]: roles/candlepin/defaults/main.yml#L20
Truthy value should be one of \[false, true]
yaml[truthy]: roles/candlepin/defaults/main.yml#L22
Truthy value should be one of \[false, true]
no-changed-when: roles/candlepin/tasks/artemis.yml#L2
Commands should not change things if nothing needs doing.
yaml[indentation]: roles/candlepin/tasks/main.yml#L10
Wrong indentation: expected 4 but found 2
name[missing]: roles/candlepin/tasks/main.yml#L13
All tasks should be named.
fqcn[action-core]: roles/certificates/tasks/issue.yml#L2
Use FQCN for builtin module actions (command).
fqcn[action-core]: roles/certificates/tasks/issue.yml#L13
Use FQCN for builtin module actions (command).
tests
Canceling since a higher priority waiting request for '39/merge-Test' exists
tests
The operation was canceled.