Explorar el Código

fix for missing python3-psycopg2 on debian 10

Thomas Buck hace 1 año
padre
commit
9163ee8ecb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      roles/common/tasks/postgres.yml

+ 1
- 0
roles/common/tasks/postgres.yml Ver fichero

@@ -21,6 +21,7 @@
21 21
     packages:
22 22
     - postgresql
23 23
     - python-psycopg2
24
+    - python3-psycopg2
24 25
   tags:
25 26
     - dependencies
26 27
   when: ansible_distribution_version == '10'

Loading…
Cancelar
Guardar