Hubs: fix even more python3 deps
This commit is contained in:
parent
4a2901f8d9
commit
7e5db19f66
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- postgresql-server
|
- postgresql-server
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
|
|
||||||
- name: Set up postgresql database
|
- name: Set up postgresql database
|
||||||
command: postgresql-setup --initdb
|
command: postgresql-setup --initdb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue