Publish to Galaxy #4
publish.yaml
on: push
Check tag version matches version in galaxy.yml
3s
Ansible lint
23s
Build collection
0s
Annotations
12 errors and 1 warning
|
Check tag version matches version in galaxy.yml
Process completed with exit code 1.
|
|
Check tag version matches version in galaxy.yml
Version in galaxy.yml does not match the tag version.
|
|
syntax-check[unknown-module]:
roles/docker_app/tasks/main.yaml#L29
couldn't resolve module/action 'community.docker.docker_volume'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
syntax-check[unknown-module]:
roles/django_app_docker/tasks/volumes.yml#L2
couldn't resolve module/action 'community.docker.docker_volume'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
syntax-check[unknown-module]:
roles/app_db/tasks/main.yml#L5
couldn't resolve module/action 'community.postgresql.postgresql_user'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
yaml[indentation]:
.github/workflows/publish.yaml#L46
Wrong indentation: expected 6 but found 4
|
|
yaml[trailing-spaces]:
.github/workflows/publish.yaml#L40
Trailing spaces
|
|
yaml[indentation]:
.github/workflows/publish.yaml#L16
Wrong indentation: expected 6 but found 4
|
|
yaml[indentation]:
.github/workflows/publish.yaml#L9
Wrong indentation: expected 6 but found 4
|
|
yaml[line-length]:
.github/workflows/publish.yaml#L8
Line too long (189 > 160 characters)
|
|
yaml[empty-lines]:
.github/workflows/lint.yaml#L62
Too many blank lines (1 > 0)
|
|
yaml[trailing-spaces]:
.github/workflows/lint.yaml#L59
Trailing spaces
|
|
jinja[spacing]:
roles/theme_assets_docker/defaults/main.yml#L19
Jinja2 spacing could be improved: maykinmedia/{{ theme_assets_docker_name_prefix}} -> maykinmedia/{{ theme_assets_docker_name_prefix }}
|