We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbffae3 + 327a921 commit bf160f3Copy full SHA for bf160f3
tasks/redhat.yml
@@ -1,12 +1,14 @@
1
---
2
3
- name: Import a key for postgres (x86_64)
4
+ become: true
5
ansible.builtin.rpm_key:
6
state: present
7
key: https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL
8
when: ansible_facts.get('architecture') is search("x86_64")
9
10
- name: Import a key for postgres (aarch64)
11
12
13
14
key: https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-AARCH64-RHEL
0 commit comments