소스 검색

fix for missing python3-psycopg2 on debian 10

Thomas Buck 1 년 전
부모
커밋
9163ee8ecb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      roles/common/tasks/postgres.yml

+ 1
- 0
roles/common/tasks/postgres.yml 파일 보기

@@ -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…
취소
저장