Add ansible lint pr workflow #1
Annotations
10 errors
yaml[comments]:
defaults/main.yml#L9
Missing starting space in comment
|
yaml[comments]:
defaults/main.yml#L10
Missing starting space in comment
|
yaml[comments]:
defaults/main.yml#L13
Missing starting space in comment
|
yaml[empty-lines]:
defaults/main.yml#L24
Too many blank lines (1 > 0)
|
fqcn[action-core]:
handlers/main.yml#L3
Use FQCN for builtin module actions (service).
|
name[casing]:
handlers/main.yml#L3
All names should start with an uppercase letter.
|
no-free-form:
handlers/main.yml#L3
Avoid using free-form when calling module actions. (service)
|
meta-no-tags:
meta/main.yml#L1
Tags must contain lowercase letters and digits only., invalid: 'database:sql'
|
schema[meta]:
meta/main.yml#L1
$.galaxy_info.min_ansible_version 1.4 is not of type 'string'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
yaml[indentation]:
meta/main.yml#L10
Wrong indentation: expected 4 but found 2
|