Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-nextcloud
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
upgrade python packages to python3
master
Markus Katharina Brechtel
4 anni fa
parent
31940da73f
commit
a690eaf46a
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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: python
3
-psycopg2
delegate_to: "{{ (nextcloud_database_host != 'localhost') | ternary(nextcloud_database_host,inventory_hostname) }}"
- name: postgresql user
Write
Preview
Loading…
Annulla
Salva