mailman01: db01 is rhel8 now and needs python3-psycopg2

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-17 07:33:26 -07:00
parent e7ce8aefbd
commit e83196adef

View file

@ -50,7 +50,7 @@
tasks:
- name: install psycopg2 for the postgresql ansible modules
package: name=python-psycopg2 state=present
package: name=python3-psycopg2 state=present
tags:
- packages