Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ansible/tasks/internal/install-salt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@

- name: Salt minion install
apt:
name: salt-minion={{ salt_minion_version }}
name:
- salt-common={{ salt_version }}
- salt-minion={{ salt_version }}
state: present
update_cache: yes
8 changes: 4 additions & 4 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.6.0.075-orioledb"
postgres17: "17.6.1.118"
postgres15: "15.14.1.118"
postgresorioledb-17: "17.6.0.076-orioledb"
postgres17: "17.6.1.119"
postgres15: "15.14.1.119"

# Non Postgres Extensions
pgbouncer_release: 1.25.1
Expand All @@ -32,7 +32,7 @@ gotrue_x86_release_checksum: sha1:b7a6d2c3cb32358710db919f1178569ec19590f0

aws_cli_release: 2.23.11

salt_minion_version: 3007.14
salt_version: 3007.14

golang_version: 1.22.11
golang_version_checksum:
Expand Down
Loading