Skip to content

Commit 1f6e074

Browse files
committed
change hardcoded system architecture - postgres_redhat.yml, around line 11, change -aarch64 to {{ ansible_architecture }}"
1 parent aa279b8 commit 1f6e074

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)