Skip to content

chore(deps): update ansible/ansible-lint action to v24.10.0 #647

chore(deps): update ansible/ansible-lint action to v24.10.0

chore(deps): update ansible/ansible-lint action to v24.10.0 #647

Triggered via pull request November 13, 2024 20:30
Status Success
Total duration 35s
Artifacts

ansible.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 -%}