ci: added continue on erro for molecule lint #4
Annotations
10 errors and 3 warnings
Run ansible-lint.:
.github/workflows/galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
|
Run ansible-lint.:
.github/workflows/galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'eda', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
|
Run ansible-lint.:
.github/workflows/galaxy.yml#L1
$ Additional properties are not allowed ('jobs', 'true' were unexpected). See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
Run ansible-lint.:
.github/workflows/galaxy.yml#L2
galaxy.yaml should have version tag.
|
Run ansible-lint.:
.github/workflows/molecule.yml#L1
Missing document start "---"
|
Run ansible-lint.:
.github/workflows/molecule.yml#L31
Comment not indented like content
|
Run ansible-lint.:
handlers/main.yml#L4
Use FQCN for builtin module actions (systemd).
|
Run ansible-lint.:
handlers/main.yml#L4
All names should start with an uppercase letter.
|
Run ansible-lint.:
handlers/main.yml#L9
Use FQCN for builtin module actions (service).
|
Run ansible-lint.:
handlers/main.yml#L15
Use FQCN for builtin module actions (service).
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run ansible-lint.:
tasks/main.yml#L30
Jinja2 spacing could be improved: set -o pipefail && umask 077; wg genkey | tee {{ wireguard_path }}/{{ wireguard_network_name }}_privatekey | wg pubkey > {{ wireguard_path }}/{{ wireguard_network_name }}_publickey -> set -o pipefail && umask 077; wg genkey | tee {{ wireguard_path }}/{{ wireguard_network_name }}_privatekey | wg pubkey > {{ wireguard_path }}/{{ wireguard_network_name }}_publickey
|
Loading