ソースを参照

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'

読み込み中…
キャンセル
保存