瀏覽代碼

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…
取消
儲存