Add renovate.json (#8) #18
Annotations
10 errors and 2 warnings
internal-error:
local.yml#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check local.yml
|
internal-error:
roles/base#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check /tmp/playbyxlt8b6.yml
|
no-changed-when:
roles/base/handlers/main.yml#L34
Commands should not change things if nothing needs doing.
|
no-handler:
roles/base/tasks/packages.yml#L158
Tasks that run when changed should likely be handlers.
|
var-naming[no-role-prefix]:
roles/base/vars/Ubuntu.yml#L1
Variables names from within roles should use base_ as a prefix. (vars: sudo_group)
|
internal-error:
roles/heavy-workstation#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check /tmp/playh_livd2w.yml
|
role-name:
roles/heavy-workstation#L1
Role name heavy-workstation does not match ``^\[a-z]\[a-z0-9_]*$`` pattern.
|
risky-shell-pipe:
roles/heavy-workstation/tasks/samba.yml#L64
Shells that use pipes should set the pipefail option.
|
internal-error:
roles/light-workstation#L1
Unexpected error code 1 from execution of: ansible-playbook -i localhost, --syntax-check /tmp/play70_03tu7.yml
|
role-name:
roles/light-workstation#L1
Role name light-workstation does not match ``^\[a-z]\[a-z0-9_]*$`` pattern.
|
Ansible Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Ansible Lint
No files were found with the provided path: ansible-lint-report/. No artifacts will be uploaded.
|