Skip to content

Fix/Remove upload of artificacts on github workflow since it was buggy #26

Fix/Remove upload of artificacts on github workflow since it was buggy

Fix/Remove upload of artificacts on github workflow since it was buggy #26

Triggered via push July 13, 2024 02:46
Status Failure
Total duration 34s
Artifacts

ansible-lint.yml

on: push
Ansible Lint
27s
Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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/play8pvovi6d.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/Debian.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/playn3cxm829.yml
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/playk3ym6nrj.yml
no-changed-when: roles/light_workstation/handlers/main.yml#L2
Commands should not change things if nothing needs doing.
no-handler: roles/light_workstation/tasks/anki.yml#L28
Tasks that run when changed should likely be handlers.