Przeglądaj źródła

[miniflux] Get rid of what's unneeded

Colin Powell 4 lat temu
rodzic
commit
8b3e6a2ca5
1 zmienionych plików z 0 dodań i 12 usunięć
  1. 0 12
      ansible/roles/miniflux/tasks/main.yml

+ 0 - 12
ansible/roles/miniflux/tasks/main.yml

@@ -1,22 +1,10 @@
 ---
-- name: Dependencies installed
-  community.general.pkgng:
-    name: "py37-supervisor"
-    state: latest
-
 - name: Miniflux downloaded
   shell: fetch https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-freebsd-amd64 -o /usr/local/bin/miniflux
 
 - name: Supervisord enabled
   shell: sysrc supervisord_enable="YES"
 
-- name: Supervisor config file patched
-  patch:
-    src: supervisord.conf.patch
-    dest: /usr/local/etc/supervisord.conf
-
-- name: Ensures supervisor conf dir exists
-  file: path=/usr/local/etc/supervisor/conf.d state=directory
 - name: Miniflux supervisor file installed
   template:
     src: miniflux-supervisor.conf.j2