浏览代码

[pgadmin] Fix postgres version

Colin Powell 3 年之前
父节点
当前提交
98c8ad48a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ansible/roles/pgadmin4/tasks/main.yml

+ 1 - 1
ansible/roles/pgadmin4/tasks/main.yml

@@ -1,7 +1,7 @@
 ---
 - name: Dependencies installed
   pkgng:
-    name: py38-pip,py38-sqlite3,postgresql12-client,rust
+    name: py38-pip,py38-sqlite3,postgresql13-client,rust
     state: latest
 
 - name: Pgadmin package installed