Skip to content

Update conda-store, add redis, configure postgres, minio data directory #140

Update conda-store, add redis, configure postgres, minio data directory

Update conda-store, add redis, configure postgres, minio data directory #140

Triggered via pull request July 25, 2024 12:08
Status Failure
Total duration 43s
Artifacts

lint.yaml

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

Annotations

10 errors
fqcn[action-core]: roles/postgresql/tasks/postgresql.yaml#L13
Use FQCN for builtin module actions (file).
fqcn[action-core]: roles/postgresql/tasks/postgresql.yaml#L22
Use FQCN for builtin module actions (command).
fqcn[action-core]: roles/postgresql/tasks/postgresql.yaml#L28
Use FQCN for builtin module actions (lineinfile).
fqcn[action-core]: roles/redis/tasks/redis.yaml#L3
Use FQCN for builtin module actions (file).
command-instead-of-module: roles/redis/tasks/redis.yaml#L9
curl used in place of get_url or uri module
fqcn[action-core]: roles/redis/tasks/redis.yaml#L9
Use FQCN for builtin module actions (shell).
risky-shell-pipe: roles/redis/tasks/redis.yaml#L9
Shells that use pipes should set the pipefail option.
fqcn[action-core]: roles/redis/tasks/redis.yaml#L13
Use FQCN for builtin module actions (shell).
risky-shell-pipe: roles/redis/tasks/redis.yaml#L13
Shells that use pipes should set the pipefail option.
fqcn[action-core]: roles/redis/tasks/redis.yaml#L26
Use FQCN for builtin module actions (apt).