Fix/Remove upload of artificacts on github workflow since it was buggy #25
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/playqudri07e.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/playn61g8kfr.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/playn_c496ko.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.
|