Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-nextcloud
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
upgrade python packages to python3
master
Markus Katharina Brechtel
hace 3 años
padre
31940da73f
commit
a690eaf46a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
tasks/postgresql.yaml
+ 1
- 1
tasks/postgresql.yaml
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar