Browse Source

upgrade python packages to python3

master
parent
commit
a690eaf46a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/postgresql.yaml

+ 1
- 1
tasks/postgresql.yaml View File

@@ -2,7 +2,7 @@

- name: debian packages required for database management
apt:
pkg: python-psycopg2
pkg: python3-psycopg2
delegate_to: "{{ (nextcloud_database_host != 'localhost') | ternary(nextcloud_database_host,inventory_hostname) }}"

- name: postgresql user


Loading…
Cancel
Save