Skip to content

Commit 1d139cc

Browse files
authored
Merge pull request #26 from ucla-data-science-center/fix-architecture-variable
change hardcoded system architecture - postgres_redhat.yml, around li…
2 parents aa279b8 + 1f6e074 commit 1d139cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/postgres_redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- name: install postgres repo RPM
1010
ansible.builtin.yum:
11-
name: 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{ ansible_distribution_major_version }}-x86_64/pgdg-redhat-repo-latest.noarch.rpm'
11+
name: 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}/pgdg-redhat-repo-latest.noarch.rpm'
1212
state: present
1313
disable_gpg_check: true
1414
become: yes

0 commit comments

Comments
 (0)