Browse Source

fix for missing python3-psycopg2 on debian 10

Thomas Buck 1 year ago
parent
commit
9163ee8ecb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      roles/common/tasks/postgres.yml

+ 1
- 0
roles/common/tasks/postgres.yml View File

@@ -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…
Cancel
Save