add ansible lint test #120
Triggered via pull request
October 23, 2024 08:36
Status
Cancelled
Total duration
2m 21s
Artifacts
–
test.yml
on: pull_request
Ansible Lint
37s
tests
2m 0s
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]
|
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).
|
yaml[indentation]:
roles/certificates/tasks/issue.yml#L23
Wrong indentation: expected 4 but found 6
|
fqcn[action-core]:
roles/certificates/tasks/main.yml#L2
Use FQCN for builtin module actions (yum).
|
tests
Canceling since a higher priority waiting request for '39/merge-Test' exists
|
tests
The operation was canceled.
|