chore(deps): update npm dependencies (#1330) #3858
Annotations
4 warnings
|
jinja[spacing]:
automation/roles/etcd/tasks/member_remove.yml#L13
Jinja2 spacing could be improved: {% for host in (groups['etcd_cluster'] | difference([target_node])) -%} {{ 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([target_node])) -%} {{ patroni_etcd_protocol | default('http', true) }}://{{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379{%- if not loop.last %},{% endif -%} {% endfor %}
|
|
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 %}
|
|
jinja[spacing]:
automation/roles/common/defaults/main.yml#L688
Jinja2 spacing could be improved: && {{ wal_g_path }} delete retain FULL {{ WAL_G_RETENTION_FULL | default (4) }} --confirm > {{ postgresql_log_dir }}/walg_delete.log 2>&1 -> && {{ wal_g_path }} delete retain FULL {{ WAL_G_RETENTION_FULL | default(4) }} --confirm > {{ postgresql_log_dir }}/walg_delete.log 2>&1
|
|
jinja[spacing]:
automation/roles/cloud_resources/tasks/digitalocean.yml#L690
Jinja2 spacing could be improved: {{ droplet_result.results | selectattr('data','defined') | list }} -> {{ droplet_result.results | selectattr('data', 'defined') | list }}
|