Hubs: fix even more python3 deps

This commit is contained in:
Aurélien Bompard 2018-01-24 16:15:37 +00:00
parent 4a2901f8d9
commit 7e5db19f66

View file

@ -4,7 +4,7 @@
dnf: name={{ item }} state=present
with_items:
- postgresql-server
- python-psycopg2
- python3-psycopg2
- name: Set up postgresql database
command: postgresql-setup --initdb