Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix bug introduced in #7 (#8)
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
paddyroddy authored Dec 15, 2023
1 parent b44feb2 commit 829250e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playbooks/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ postgresql_rpm_gpg_key_pgdg: "https://www.postgresql.org/download/keys/RPM-GPG-K
# mirsg.infrastructure.postgresql - download and install - we need to do this on both the web server and the db
postgresql_install:
disable_gpg_check: false
rpm: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{ ansible_facts['distribution_major_version'] }}-{{ ansible_facts['ansible_architecture'] }}/pgdg-redhat-repo-latest.noarch.rpm"
rpm: >-
https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{
ansible_facts['distribution_major_version'] }}-{{
ansible_facts['architecture'] }}/pgdg-redhat-repo-latest.noarch.rpm
yum_package: "postgresql{{ postgresql_version }}-server"
yum_contrib_package: "postgresql{{ postgresql_version }}-contrib" # required only on CentOS 7

0 comments on commit 829250e

Please sign in to comment.