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:12
Status Failure
Total duration 33s
Artifacts

pull-request.yml

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

Annotations

10 errors and 1 warning
yaml[truthy]: defaults/main.yml#L10
Truthy value should be one of [false, true]
yaml[truthy]: defaults/main.yml#L11
Truthy value should be one of [false, true]
yaml[truthy]: defaults/main.yml#L12
Truthy value should be one of [false, true]
yaml[truthy]: defaults/main.yml#L18
Truthy value should be one of [false, true]
yaml[truthy]: defaults/main.yml#L20
Truthy value should be one of [false, true]
yaml[truthy]: defaults/main.yml#L21
Truthy value should be one of [false, true]
yaml[truthy]: defaults/main.yml#L22
Truthy value should be one of [false, true]
yaml[truthy]: defaults/main.yml#L24
Truthy value should be one of [false, true]
yaml[line-length]: defaults/main.yml#L27
Line too long (230 > 160 characters)
yaml[truthy]: defaults/main.yml#L31
Truthy value should be one of [false, true]
jinja[spacing]: defaults/main.yml#L38
Jinja2 spacing could be improved: {{ ansible_dns.nameservers|join(' ') }} valid=300s -> {{ ansible_dns.nameservers | join(' ') }} valid=300s