Skip to content

Commit e2a13f6

Browse files
authored
fix: missing whitespace after jinja condition (#1718)
1 parent cb61848 commit e2a13f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ansible/files/postgres_exporter.service.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Description=Postgres Exporter
44
[Service]
55
Type=simple
66
ExecStart=/opt/postgres_exporter/postgres_exporter --disable-settings-metrics --extend.query-path="/opt/postgres_exporter/queries.yml" --disable-default-metrics --no-collector.locks --no-collector.replication --no-collector.replication_slot --no-collector.stat_bgwriter --no-collector.stat_database --no-collector.stat_user_tables --no-collector.statio_user_tables --no-collector.wal {% if qemu_mode is defined and qemu_mode %}--no-collector.database {% endif %}
7+
78
User=postgres
89
Group=postgres
910
Restart=always

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.005-orioledb"
13-
postgres17: "17.4.1.062"
14-
postgres15: "15.8.1.119"
12+
postgresorioledb-17: "17.5.1.006-orioledb"
13+
postgres17: "17.4.1.063"
14+
postgres15: "15.8.1.120"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)