Add ansible lint pr workflow #1
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
|