Skip to content

format yaml files and no new line character at the end of file #4

format yaml files and no new line character at the end of file

format yaml files and no new line character at the end of file #4

Triggered via push March 5, 2026 20:26
Status Failure
Total duration 45s
Artifacts
Ansible Lint
41s
Ansible Lint
Deploy Application
0s
Deploy Application
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ansible Lint
Process completed with exit code 2.
key-order[task]: roles/web_app/tasks/wipe.yml#L2
You can improve the task key order to: name, tags, when, block
risky-file-permissions: roles/web_app/tasks/main.yml#L20
File permissions unset or incorrect.
fqcn[action-core]: roles/web_app/handlers/main.yml#L3
Use FQCN for builtin module actions (shell).
no-changed-when: roles/web_app/handlers/main.yml#L2
Commands should not change things if nothing needs doing.
fqcn[action-core]: roles/docker/handlers/main.yml#L3
Use FQCN for builtin module actions (service).
command-instead-of-module: roles/common/tasks/main.yml#L23
apt-get used in place of apt-get module