mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Update transmission.yml
Removed commented blocks.
This commit is contained in:
@@ -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
|
||||
state: stopped
|
||||
|
||||
Reference in New Issue
Block a user