chore: Rebranding, make ansible-lint happy #16
Annotations
6 errors and 1 warning
fqcn[action-core]:
handlers/main.yml#L3
Use FQCN for builtin module actions (apt).
|
name[casing]:
handlers/main.yml#L3
All names should start with an uppercase letter.
|
yaml[truthy]:
handlers/main.yml#L5
Truthy value should be one of \[false, true]
|
schema[meta]:
meta/main.yml#L1
$.galaxy_info.platforms[2].versions[0] 6 is not one of ['6.1', '7.1', '7.2', 'all']. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
name[play]:
tests/test.yml#L3
All plays should be named.
|
lint
Process completed with exit code 2.
|
jinja[spacing]:
defaults/main.yml#L10
Jinja2 spacing could be improved: deb http://packages.icinga.com/{{ ansible_distribution|lower }} icinga-{{ ansible_distribution_release }} main -> deb http://packages.icinga.com/{{ ansible_distribution | lower }} icinga-{{ ansible_distribution_release }} main
|