db-openqa01: on postgresql15 now

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-08 15:46:17 -07:00
parent 11814c789a
commit bddb4cd703

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 enable the postgresql 15 module.
- name: on db-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'))
when: inventory_hostname.startswith(('db-koji01','db01.stg','db-fas01','db01','db-openqa01'))
- name: install postgresql server packages (EL < 8)
package: