Skip to content

feat: add new tools #16

feat: add new tools

feat: add new tools #16

Triggered via pull request September 26, 2024 07:17
@maheshrijalmaheshrijal
synchronize #11
feat
Status Failure
Total duration 34s
Artifacts

ansible-lint.yml

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

Annotations

10 errors
fqcn[action-core]: tasks/brave.yml#L1
Use FQCN for builtin module actions (get_url).
fqcn[action-core]: tasks/brave.yml#L7
Use FQCN for builtin module actions (lineinfile).
risky-file-permissions: tasks/brave.yml#L7
File permissions unset or incorrect.
yaml[truthy]: tasks/brave.yml#L11
Truthy value should be one of \[false, true]
fqcn[action-core]: tasks/brave.yml#L13
Use FQCN for builtin module actions (apt).
yaml[truthy]: tasks/brave.yml#L15
Truthy value should be one of \[false, true]
fqcn[action-core]: tasks/brave.yml#L17
Use FQCN for builtin module actions (apt).
yaml[new-line-at-end-of-file]: tasks/brave.yml#L20
No new line character at the end of file
command-instead-of-module: tasks/signal.yml#L2
wget used in place of get_url or uri module
risky-shell-pipe: tasks/signal.yml#L2
Shells that use pipes should set the pipefail option.