Fix ansible linter #5
Annotations
8 errors
galaxy[no-changelog]:
galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
|
galaxy[tags]:
galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'eda', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
|
meta-runtime[unsupported-version]:
meta/runtime.yml#L1
'requires_ansible' key must refer to a currently supported version such as: >=2.15.0, >=2.16.0, >=2.17.0
|
syntax-check[specific]:
playbooks/performance_profile.yml#L18
no module/action detected in task.
|
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)
|
yaml[indentation]:
roles/performance_profile/tasks/main.yml#L62
Wrong indentation: expected 10 but found 8
|
Ansible Lint
Process completed with exit code 1.
|