ci: update workflows #10
build.yml
on: push
call-workflow-passing-data
/
Ansible lint
25s
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
|