バージョンに+k0sを明記 #2921
ci.yaml
on: push
filter
4s
ansible-lint
23s
kubeconform
16s
kube-yamlfmt
4s
kube-cluster-tls
10s
kube-ytt
12s
kube-flux
5s
tf-format
0s
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
|