Skip to content

moved message to proper location #29

moved message to proper location

moved message to proper location #29

Triggered via push October 31, 2024 13:58
Status Failure
Total duration 33s
Artifacts

ansible-lint.yml

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

Annotations

10 errors
syntax-check[unknown-module]: playbooks/Darwin.yml#L17
couldn't resolve module/action 'community.general.homebrew'. This often indicates a misspelling, missing collection, or incorrect module path.
fqcn[action-core]: playbooks/alpine.yml#L10
Use FQCN for builtin module actions (assert).
fqcn[action-core]: playbooks/alpine.yml#L15
Use FQCN for builtin module actions (debug).
var-naming[no-role-prefix]: playbooks/alpine.yml#L26
Variables names from within roles should use ohMyZSH_ as a prefix. (vars: ohmyzsh_user)
schema[meta]: playbooks/roles/common/meta/main.yml#L1
$.galaxy_info.min_ansible_version 2.1 is not of type 'string'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
meta-incorrect: playbooks/roles/common/meta/main.yml#L2
Should change default metadata: author
meta-incorrect: playbooks/roles/common/meta/main.yml#L2
Should change default metadata: company
meta-incorrect: playbooks/roles/common/meta/main.yml#L2
Should change default metadata: license
risky-octal: playbooks/roles/common/tasks/main.yml#L24
`mode: 755` should have a string value with leading zero `mode: "01363"` or use symbolic mode.
risky-octal: playbooks/roles/common/tasks/main.yml#L29
`mode: 600` should have a string value with leading zero `mode: "01130"` or use symbolic mode.