Skip to content

Commit 9b79a56

Browse files
INDATA-653 rm unwanted .list extensions (#2162)
* INDATA-653 rm unwanted .list extensions * INDATA-653 bump AMI version to trigger release
1 parent 6f02404 commit 9b79a56

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ansible/tasks/internal/install-salt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- name: salt apt repo
2020
ansible.builtin.apt_repository:
2121
repo: "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.pgp arch=arm64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main"
22-
filename: "salt.list"
22+
filename: "salt"
2323
state: present
2424
when: platform == "arm64"
2525

@@ -44,7 +44,7 @@
4444
- name: salt apt repo
4545
ansible.builtin.apt_repository:
4646
repo: "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023.pgp arch=amd64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main"
47-
filename: "salt.list"
47+
filename: "salt"
4848
state: present
4949
when: platform == "amd64"
5050

ansible/vars.yml

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

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.081-orioledb"
14-
postgres17: "17.6.1.124"
15-
postgres15: "15.14.1.124"
13+
postgresorioledb-17: "17.6.0.082-orioledb"
14+
postgres17: "17.6.1.125"
15+
postgres15: "15.14.1.125"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.25.1

0 commit comments

Comments
 (0)