Explorar el Código

[searx] Fix spaces in pkg list

Colin Powell hace 3 años
padre
commit
d2d99d28d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ansible/roles/searx/tasks/main.yml

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

@@ -1,7 +1,7 @@
 ---
 - name: Dependencies installed
   community.general.pkgng:
-    name: "searx, filtron, morty"
+    name: "searx,filtron,morty"
     state: latest
 
 - name: Searx enabled