updates #85
Annotations
10 warnings
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.
|