Sfoglia il codice sorgente

upgrade python packages to python3

master
parent
commit
a690eaf46a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tasks/postgresql.yaml

+ 1
- 1
tasks/postgresql.yaml Vedi 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…
Annulla
Salva