Skip to content

Fix ansible linter

Fix ansible linter #10

Triggered via pull request November 20, 2024 16:23
Status Failure
Total duration 1m 2s
Artifacts

ansible-lint.yml

on: pull_request
Ansible Lint
51s
Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
yaml[comments]: playbooks/performance_profile.yml#L13
Missing starting space in comment
name[play]: playbooks/performance_profile.yml#L16
All plays should be named.
yaml[indentation]: playbooks/performance_profile.yml#L18
Wrong indentation: expected at least 3
Ansible Lint
Process completed with exit code 1.
galaxy[no-changelog]: galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
fqcn[action-core]: playbooks/performance_profile.yml#L18
Use FQCN for builtin module actions (include_role).
var-naming[no-role-prefix]: playbooks/performance_profile.yml#L20
Variables names from within roles should use performance_profile_ as a prefix. (vars: pp_kubeconfig)
var-naming[no-role-prefix]: roles/performance_profile/defaults/main.yml#L2
Variables names from within roles should use performance_profile_ as a prefix. (vars: performance_configmap_name)
var-naming[no-role-prefix]: roles/performance_profile/defaults/main.yml#L4
Variables names from within roles should use performance_profile_ as a prefix. (vars: nodepool_namespace)