chore(deps): update dependency k3s-io/k3s to v1.32.0+k3s1 #683
Annotations
1 warning
jinja[spacing]:
roles/k3s/tasks/main.yml#L20
Jinja2 spacing could be improved: {%- if k3s_cluster_role == 'master' and k3s_cluster_init == true -%} --cluster-init {%- else -%} --server https://{{ k3s_url }}:6443 {%- endif -%} -> {%- if k3s_cluster_role == 'master' and k3s_cluster_init == true -%} --cluster-init{%- else -%} --server https://{{ k3s_url }}:6443{%- endif -%}
|