Skip to content

Commit

Permalink
fix: add support for installing pg on debian 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGun committed May 31, 2024
1 parent eff62ac commit e114702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/Debian_16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
postgresql_apt_repository: "deb http://apt-archive.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main {{ postgresql_version }}"
2 changes: 2 additions & 0 deletions vars/Debian_18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
postgresql_apt_repository: "deb http://apt-archive.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main {{ postgresql_version }}"

0 comments on commit e114702

Please sign in to comment.