Skip to content

lint and added changed when #21

lint and added changed when

lint and added changed when #21

Triggered via push February 1, 2024 06:58
Status Success
Total duration 46s
Billable time 1m
Artifacts

ansiblelint.yml

on: push
Ansible Lint
34s
Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
fqcn[action-core]: destroyinf.yml#L8
Use FQCN for builtin module actions (apt).
fqcn[action-core]: destroyinf.yml#L15
Use FQCN for builtin module actions (shell).
fqcn[action-core]: destroyinf.yml#L19
Use FQCN for builtin module actions (apt).
yaml[trailing-spaces]: playbook.yml#L5
Trailing spaces
fqcn[action-core]: playbook.yml#L8
Use FQCN for builtin module actions (apt).
fqcn[action-core]: playbook.yml#L15
Use FQCN for builtin module actions (apt).
yaml[trailing-spaces]: playbook.yml#L19
Trailing spaces
fqcn[action-core]: playbook.yml#L20
Use FQCN for builtin module actions (service).
fqcn[action-core]: playbook.yml#L25
Use FQCN for builtin module actions (shell).
risky-shell-pipe: playbook.yml#L25
Shells that use pipes should set the pipefail option.