Skip to content

Molecule

Molecule #51

Triggered via schedule October 22, 2023 21:31
Status Success
Total duration 4m 46s
Artifacts

molecule.yml

on: schedule
list-scenarios
3s
list-scenarios
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
fqcn[action-core]: handlers/main.yml#L4
Use FQCN for builtin module actions (service).
fqcn[action-core]: molecule/default/playbook.yml#L12
Use FQCN for builtin module actions (user).
deprecated-module: tasks/main.yml#L4
Deprecated module. include
fqcn[action-core]: tasks/main.yml#L4
Use FQCN for builtin module actions (include).
name[missing]: tasks/main.yml#L4
All tasks should be named.
fqcn[action-core]: tasks/main.yml#L7
Use FQCN for builtin module actions (get_url).
fqcn[action-core]: tasks/main.yml#L13
Use FQCN for builtin module actions (slurp).
fqcn[action-core]: tasks/main.yml#L21
Use FQCN for builtin module actions (copy).
fqcn[action-core]: tasks/main.yml#L31
Use FQCN for builtin module actions (yum).
fqcn[action-core]: tasks/main.yml#L50
Use FQCN for builtin module actions (file).
list-scenarios
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (default)
ansible-lint is no longer tested under Python 3.8 and will soon require 3.9. Do not report bugs for this version.
name[casing]: handlers/main.yml#L4
All names should start with an uppercase letter.
schema[meta]: meta/main.yml#L1
Additional properties are not allowed ('dependencies' was unexpected)
name[casing]: molecule/default/playbook.yml#L12
All names should start with an uppercase letter.
name[casing]: tasks/main.yml#L7
All names should start with an uppercase letter.
risky-file-permissions: tasks/main.yml#L7
File permissions unset or incorrect.
name[casing]: tasks/main.yml#L13
All names should start with an uppercase letter.
name[casing]: tasks/main.yml#L21
All names should start with an uppercase letter.
name[casing]: tasks/main.yml#L31
All names should start with an uppercase letter.
fqcn[action]: tasks/main.yml#L39
Use FQCN for module actions, such `community.general.system.lvol`.