Explorar el Código

[ntfy] No need to use python 3.9

Colin Powell hace 3 años
padre
commit
44ed1ef3e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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