diff --git a/apps/transmission.yml b/apps/transmission.yml index f2fb9c0..67c1086 100644 --- a/apps/transmission.yml +++ b/apps/transmission.yml @@ -35,11 +35,6 @@ path: "/opt/appdata/{{pgrole}}/rss/transmission-rss.conf" register: cfgcheck - #- name: Checking for existing blocklist - # stat: - # path: "/opt/appdata/{{pgrole}}/home/biglist.p2p" - # register: blcheck - # LABELS ###################################################################### - name: 'Adding Traefik' set_fact: @@ -117,11 +112,6 @@ state: started labels: '{{pg_labels}}' - #- name: 'Downloading blocklist' - # block: - # shell: "curl -s http://john.bitsurge.net/public/biglist.p2p.gz | gunzip > /config/home/biglist.p2p" - # when: not blcheck.stat.exists - - name: 'RSS feed configuration - Folder' block: - name: 'Creating RSS folder' @@ -152,4 +142,4 @@ - name: 'Stopping {{pgrole}}. Go configure ENV values.' docker_container: name: '{{pgrole}}' - state: stopped \ No newline at end of file + state: stopped