浏览代码

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'

正在加载...
取消
保存