Do not use undescores in ansible variable #36
ansible-tests.yml
on: pull_request
Ansible Lint
45s
Ansible Test Sanity
57s
Annotations
2 errors and 10 warnings
|
Ansible Lint
Process completed with exit code 1.
|
|
yaml[indentation]:
roles/performance_profile_nrop/tasks/main.yml#L61
Wrong indentation: expected 10 but found 8
|
|
var-naming[no-role-prefix]:
roles/lvms_operator_install/defaults/main.yml#L4
Variables names from within roles should use lvms_operator_install_ as a prefix. (vars: lvms_operator_source)
|
|
var-naming[no-role-prefix]:
roles/llc/tasks/main.yml#L98
Variables names from within roles should use llc_ as a prefix. (register: mcp_updated_info)
|
|
var-naming[no-role-prefix]:
roles/llc/tasks/main.yml#L82
Variables names from within roles should use llc_ as a prefix. (register: mcp_info)
|
|
var-naming[no-role-prefix]:
roles/llc/tasks/main.yml#L23
Variables names from within roles should use llc_ as a prefix. (register: mcp_info)
|
|
var-naming[no-role-prefix]:
playbooks/performance_profile_nrop.yml#L18
Variables names from within roles should use performance_profile_nrop_ as a prefix. (vars: pp_kubeconfig)
|
|
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)
|
|
name[play]:
playbooks/performance_profile.yml#L14
All plays should be named.
|
|
var-naming[no-role-prefix]:
playbooks/llc.yaml#L12
Variables names from within roles should use llc_ as a prefix. (vars: pp_kubeconfig)
|
|
name[play]:
playbooks/llc.yaml#L7
All plays should be named.
|
|
galaxy[no-changelog]:
galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
|