db-fas01.iad2: move back to rhel7, fas is not happy with new postgres

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-20 14:38:48 -07:00
parent 17fd242e1b
commit b9eed95b04
2 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@
stream=12
profiles=
state=enabled
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat'
- name: install postgresql server packages (dnf)
package: