Skip to content

fix(deps): update module github.com/jackc/pgx/v5 to v5.7.6 (#1246) #3572

fix(deps): update module github.com/jackc/pgx/v5 to v5.7.6 (#1246)

fix(deps): update module github.com/jackc/pgx/v5 to v5.7.6 (#1246) #3572

Triggered via push September 12, 2025 15:01
Status Success
Total duration 1m 57s
Artifacts

ansible-lint.yml

on: push
Fit to window
Zoom out
Zoom in

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