mailman01: db01 is rhel8 now and needs python3-psycopg2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e7ce8aefbd
commit
e83196adef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue