Skip to content

Add ansible lint pr workflow #1

Add ansible lint pr workflow

Add ansible lint pr workflow #1

Triggered via pull request December 30, 2024 14:04
Status Failure
Total duration 33s
Artifacts

pull-request.yml

on: pull_request
ansible-lint
21s
ansible-lint
Fit to window
Zoom out
Zoom in

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