소스 검색

[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