Преглед изворни кода

upgrade python packages to python3

master
Markus Katharina Brechtel пре 3 година
родитељ
комит
a690eaf46a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      tasks/postgresql.yaml

+ 1
- 1
tasks/postgresql.yaml Прегледај датотеку

@@ -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…
Откажи
Сачувај