db-riscv-koji01: use newer postgres here

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-12-09 16:27:29 -08:00
parent 3daf2de1c8
commit 28a290f2bf

View file

@ -13,7 +13,7 @@
state=enabled
when: ansible_distribution_major_version|int == 8
- name: on db-koji01 and db01.stg and db-fas01 and db01 and db-openqa01 enable the postgresql 15 module.
- name: on db-koji01 and db-riscv-koji01 and db01.stg and db-fas01 and db01 and db-openqa01 enable the postgresql 15 module.
copy:
dest: /etc/dnf/modules.d/postgresql.module
content: |
@ -22,7 +22,7 @@
stream=15
profiles=
state=enabled
when: inventory_hostname.startswith(('db-koji01','db01.stg','db-fas01','db01','db-openqa01'))
when: inventory_hostname.startswith(('db-koji01','db-riscv-koji01','db01.stg','db-fas01','db01','db-openqa01'))
- name: install postgresql server packages (EL < 8)
package: