updates #84
Annotations
5 errors and 10 warnings
jinja[spacing]:
roles/ktop/tasks/main.yml#L11
Jinja2 spacing could be improved: https://github.com/vladimirvivien/ktop/releases/download/{{ release.tag }}/ktop_{{release.tag }}_linux_amd64.tar.gz -> https://github.com/vladimirvivien/ktop/releases/download/{{ release.tag }}/ktop_{{ release.tag }}_linux_amd64.tar.gz
|
yaml[empty-lines]:
roles/ktop/tasks/main.yml#L22
Too many blank lines (1 > 0)
|
fqcn[action-core]:
roles/netscanner/tasks/main.yml#L7
Use FQCN for builtin module actions (fail).
|
jinja[spacing]:
roles/netscanner/tasks/main.yml#L14
Jinja2 spacing could be improved: /{{ ansible_env.HOME }}/.cargo/bin/netscanner -> /{{ ansible_env.HOME }}/.cargo/bin/netscanner
|
Lint
Process completed with exit code 2.
|
no-changed-when:
roles/awscli/tasks/main.yml#L8
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/brotab/tasks/main.yml#L8
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/brotab/tasks/main.yml#L11
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/copier/tasks/main.yml#L1
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/devbox/tasks/main.yml#L1
Commands should not change things if nothing needs doing.
|
command-instead-of-module:
roles/devbox/tasks/main.yml#L7
curl used in place of get_url or uri module
|
no-changed-when:
roles/devbox/tasks/main.yml#L7
Commands should not change things if nothing needs doing.
|
risky-shell-pipe:
roles/devbox/tasks/main.yml#L7
Shells that use pipes should set the pipefail option.
|
risky-shell-pipe:
roles/dnsdock/tasks/main.yml#L1
Shells that use pipes should set the pipefail option.
|
no-changed-when:
roles/dnsdock/tasks/main.yml#L12
Commands should not change things if nothing needs doing.
|