Skip to content

ci: update workflows #10

ci: update workflows

ci: update workflows #10

Triggered via push August 5, 2023 10:59
Status Failure
Total duration 35s
Artifacts

build.yml

on: push
call-workflow-passing-data  /  Ansible lint
25s
call-workflow-passing-data / Ansible lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
yaml[indentation]: .ansible-lint#L6
Wrong indentation: expected at least 1
yaml[new-line-at-end-of-file]: .ansible-lint#L9
No new line character at the end of file
yaml[new-line-at-end-of-file]: defaults/main.yml#L26
No new line character at the end of file
fqcn[action-core]: handlers/main.yml#L2
Use FQCN for builtin module actions (service).
schema[meta]: meta/main.yml#L1
2.0 is not of type 'string'
yaml[indentation]: meta/main.yml#L13
Wrong indentation: expected 4 but found 2
yaml[indentation]: meta/main.yml#L15
Wrong indentation: expected 6 but found 4
yaml[indentation]: meta/main.yml#L18
Wrong indentation: expected 6 but found 4
yaml[indentation]: meta/main.yml#L21
Wrong indentation: expected 6 but found 4
fqcn[action-core]: tasks/install_agent_debian.yml#L1
Use FQCN for builtin module actions (apt_key).
jinja[spacing]: tasks/install_agent_debian.yml#L9
Jinja2 spacing could be improved: deb https://packagecloud.io/crowdsec/crowdsec/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} main -> deb https://packagecloud.io/crowdsec/crowdsec/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} main