浏览代码

[ntfy] No need to use python 3.9

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

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

@@ -1,7 +1,7 @@
 ---
 - name: Dependencies installed
   community.general.pkgng:
-    name: git-tiny,go,python39,python39-pip,npm
+    name: git-tiny,go,python38,py38-pip,npm
     state: latest
   tags:
     - build