Skip to content

Commit e114702

Browse files
committed
fix: add support for installing pg on debian 16 and 18
1 parent eff62ac commit e114702

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vars/Debian_16.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
postgresql_apt_repository: "deb http://apt-archive.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main {{ postgresql_version }}"

vars/Debian_18.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
postgresql_apt_repository: "deb http://apt-archive.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main {{ postgresql_version }}"

0 commit comments

Comments
 (0)