Преглед изворни кода

[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