Skip to content

Fix ansible linter (#6) #12

Fix ansible linter (#6)

Fix ansible linter (#6) #12

Triggered via push November 20, 2024 16:29
Status Success
Total duration 1m 14s
Artifacts

ansible-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
galaxy[no-changelog]: galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
name[play]: playbooks/performance_profile.yml#L14
All plays should be named.
fqcn[action-core]: playbooks/performance_profile.yml#L17
Use FQCN for builtin module actions (include_role).
var-naming[no-role-prefix]: playbooks/performance_profile.yml#L19
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)