We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9982b2d commit 2da72afCopy full SHA for 2da72af
1 file changed
tasks/postgres_redhat.yml
@@ -8,7 +8,7 @@
8
9
- name: install postgres repo RPM
10
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'
+ name: 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}/pgdg-redhat-repo-latest.noarch.rpm'
12
state: present
13
disable_gpg_check: true
14
become: yes
0 commit comments