Add ansible-test sanity job #3
ansible-tests.yml
on: pull_request
Ansible Lint
44s
Ansible Test Sanity
1m 0s
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.
|
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/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/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)
|