Skip to content

バージョンに+k0sを明記 #2921

バージョンに+k0sを明記

バージョンに+k0sを明記 #2921

Triggered via push February 22, 2025 14:16
Status Failure
Total duration 45s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
name[casing]: roles/k0s/handlers/main.yaml#L2
All names should start with an uppercase letter.
yaml[truthy]: roles/k0s/handlers/main.yaml#L6
Truthy value should be one of [false, true]
yaml[truthy]: roles/k0s/tasks/main.yaml#L7
Truthy value should be one of [false, true]
syntax-check[unknown-module]: roles/k0s/tasks/main.yaml#L10
couldn't resolve module/action 'ansible.posix.authorized_key'. This often indicates a misspelling, missing collection, or incorrect module path.
name[casing]: roles/k0sctl/handlers/main.yaml#L2
All names should start with an uppercase letter.
yaml[truthy]: roles/k0sctl/handlers/main.yaml#L7
Truthy value should be one of [false, true]
fqcn[action-core]: roles/k0sctl/tasks/main.yaml#L2
Use FQCN for builtin module actions (include_tasks).
fqcn[action-core]: roles/k0sctl/tasks/main.yaml#L4
Use FQCN for builtin module actions (include_tasks).
ansible-lint
Process completed with exit code 1.
jinja[spacing]: roles/k0sctl/handlers/main.yaml#L4
Jinja2 spacing could be improved: /usr/local/bin/k0sctl_v{{ k0sctl.version}}_linux_amd64 -> /usr/local/bin/k0sctl_v{{ k0sctl.version }}_linux_amd64