Skip to content

Add github action

Add github action #5

Triggered via pull request September 8, 2024 03:54
@Naman1997Naman1997
synchronize #6
github-action
Status Failure
Total duration 27s
Artifacts

main.yml

on: pull_request
Ansible Lint
20s
Ansible Lint
Fit to window
Zoom out
Zoom in

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).