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
     packages:
21
     packages:
22
     - postgresql
22
     - postgresql
23
     - python-psycopg2
23
     - python-psycopg2
24
+    - python3-psycopg2
24
   tags:
25
   tags:
25
     - dependencies
26
     - dependencies
26
   when: ansible_distribution_version == '10'
27
   when: ansible_distribution_version == '10'

Loading…
Cancel
Save