build(deps-dev): bump vite from 7.1.4 to 7.1.5 in /console/ui #3557
Annotations
1 warning
|
jinja[spacing]:
automation/roles/etcd/tasks/member_add.yml#L6
Jinja2 spacing could be improved: {% for host in groups['etcd_cluster'] | difference(new_etcd_nodes | default([])) -%} {{ patroni_etcd_protocol | default('http', true) }}:// {{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379 {%- if not loop.last %},{% endif -%} {% endfor %} -> {% for host in groups['etcd_cluster'] | difference(new_etcd_nodes | default([])) -%} {{ patroni_etcd_protocol | default('http', true) }}://{{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379{%- if not loop.last %},{% endif -%} {% endfor %}
|