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"
|
path: "/opt/appdata/{{pgrole}}/rss/transmission-rss.conf"
|
||||||
register: cfgcheck
|
register: cfgcheck
|
||||||
|
|
||||||
#- name: Checking for existing blocklist
|
|
||||||
# stat:
|
|
||||||
# path: "/opt/appdata/{{pgrole}}/home/biglist.p2p"
|
|
||||||
# register: blcheck
|
|
||||||
|
|
||||||
# LABELS ######################################################################
|
# LABELS ######################################################################
|
||||||
- name: 'Adding Traefik'
|
- name: 'Adding Traefik'
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -117,11 +112,6 @@
|
|||||||
state: started
|
state: started
|
||||||
labels: '{{pg_labels}}'
|
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'
|
- name: 'RSS feed configuration - Folder'
|
||||||
block:
|
block:
|
||||||
- name: 'Creating RSS folder'
|
- name: 'Creating RSS folder'
|
||||||
@@ -152,4 +142,4 @@
|
|||||||
- name: 'Stopping {{pgrole}}. Go configure ENV values.'
|
- name: 'Stopping {{pgrole}}. Go configure ENV values.'
|
||||||
docker_container:
|
docker_container:
|
||||||
name: '{{pgrole}}'
|
name: '{{pgrole}}'
|
||||||
state: stopped
|
state: stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user