Add github action #5
Annotations
10 errors
no-changed-when:
ansible/0-checks.yml#L5
Commands should not change things if nothing needs doing.
|
yaml[new-line-at-end-of-file]:
ansible/0-checks.yml#L12
No new line character at the end of file
|
syntax-check[unknown-module]:
ansible/1-duckdns.yml#L8
couldn't resolve module/action 'community.docker.docker_container'. This often indicates a misspelling, missing collection, or incorrect module path.
|
yaml[new-line-at-end-of-file]:
ansible/2-unattended-upgrades.yml#L32
No new line character at the end of file
|
name[play]:
ansible/3-wireguard.yml#L2
All plays should be named.
|
name[play]:
ansible/3-wireguard.yml#L15
All plays should be named.
|
fqcn[action-core]:
ansible/3-wireguard.yml#L18
Use FQCN for builtin module actions (shell).
|
no-changed-when:
ansible/3-wireguard.yml#L18
Commands should not change things if nothing needs doing.
|
risky-shell-pipe:
ansible/3-wireguard.yml#L18
Shells that use pipes should set the pipefail option.
|
fqcn[action-core]:
ansible/3-wireguard.yml#L22
Use FQCN for builtin module actions (slurp).
|