From 407a915243e1af4c17369ef2bcaf282742d1a162 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 21 2020 13:35:35 +0000 Subject: postgresql_server: there is no python2-psycopg on RHEL8, so use python3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/roles/postgresql_server/tasks/main.yml b/roles/postgresql_server/tasks/main.yml index 662d938..74af4a0 100644 --- a/roles/postgresql_server/tasks/main.yml +++ b/roles/postgresql_server/tasks/main.yml @@ -37,7 +37,7 @@ - postgresql-server - postgresql-contrib - postgresql-plpython - - python-psycopg2 + - python3-psycopg - pxz when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined tags: