Skip to content

Merge pull request #2 from nileshgadgi/feat/molecule #4

Merge pull request #2 from nileshgadgi/feat/molecule

Merge pull request #2 from nileshgadgi/feat/molecule #4

Triggered via push May 20, 2024 20:14
Status Failure
Total duration 4m 18s
Artifacts

molecule.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
galaxy[no-changelog]: .github/workflows/galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
galaxy[tags]: .github/workflows/galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
schema[galaxy]: .github/workflows/galaxy.yml#L1
Additional properties are not allowed ('jobs', 'true' were unexpected)
galaxy[version-missing]: .github/workflows/galaxy.yml#L2
galaxy.yaml should have version tag.
yaml[truthy]: .github/workflows/galaxy.yml#L4
Truthy value should be one of \[false, no, true, yes]
yaml[truthy]: .github/workflows/lint.yml#L3
Truthy value should be one of \[false, no, true, yes]
yaml[document-start]: .github/workflows/molecule.yml#L1
Missing document start "---"
yaml[truthy]: .github/workflows/molecule.yml#L3
Truthy value should be one of \[false, no, true, yes]
yaml[comments-indentation]: .github/workflows/molecule.yml#L31
Comment not indented like content
yaml[truthy]: .github/workflows/readme.yml#L4
Truthy value should be one of \[false, no, true, yes]
jinja[spacing]: 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