Skip to content

feat: automatically add new nodes to etcd cluster #3464

feat: automatically add new nodes to etcd cluster

feat: automatically add new nodes to etcd cluster #3464

Triggered via pull request August 29, 2025 17:32
Status Success
Total duration 2m 19s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
jinja[spacing]: automation/roles/etcd/tasks/main.yml#L156
Jinja2 spacing could be improved: {% for host in groups['etcd_cluster'] | difference([inventory_hostname]) -%} {{ 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([inventory_hostname]) -%} {{ patroni_etcd_protocol | default('http', true) }}://{{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379{%- if not loop.last %},{% endif -%} {% endfor %}