Browse Source

roles/postgresql: move to python3

python3
Zolfa 4 years ago
parent
commit
390ba2bee9
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/postgresql/tasks/main.yaml

+ 1
- 1
roles/postgresql/tasks/main.yaml View File

@ -7,4 +7,4 @@
service_packages:
- postgresql
- postgresql-contrib
- python-psycopg2
- python3-psycopg2

Loading…
Cancel
Save