🚨 (ansible-lint): Fixed linter warnings and added a Github action wor… #1
Annotations
6 warnings
name[play]:
main.yml#L2
All plays should be named.
|
no-changed-when:
roles/magic/tasks/backup.yml#L14
Commands should not change things if nothing needs doing.
|
latest[git]:
roles/magic/tasks/base.yml#L6
Result of the command may vary on subsequent runs.
|
no-changed-when:
roles/magic/tasks/base.yml#L12
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/tor/tasks/main.yml#L21
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/tor/tasks/main.yml#L31
Commands should not change things if nothing needs doing.
|