Spring2024 cleanup #431
lint.yml
on: pull_request
Run Ansible lint tests
51s
Run Packer lint tests
16s
Run Python lint tests
1m 2s
Run Shell linting
6s
Validate file hashes
19s
Annotations
2 errors and 2 warnings
jinja[spacing]:
roles/oem/tasks/vm_only_pre.yml#L7
Jinja2 spacing could be improved: {{ ansible_facts.packages | select('search','mint-background') | list }} -> {{ ansible_facts.packages | select('search', 'mint-background') | list }}
|
Run Ansible lint tests
Process completed with exit code 2.
|
ignore-errors:
roles/common/tasks/main.yml#L66
Use failed_when and specify error conditions instead of using ignore_errors.
|
ignore-errors:
roles/user/tasks/main.yml#L85
Use failed_when and specify error conditions instead of using ignore_errors.
|