Fix ansible linter #10
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)
|