format yaml files and no new line character at the end of file #4
ansible-deploy.yml
on: push
Ansible Lint
41s
Deploy Application
0s
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
|