mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
mailman01: db01 is rhel8 now and needs python3-psycopg2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user