diff --git a/apps/traktor.yml b/apps/traktor.yml index f1bf601..4452565 100644 --- a/apps/traktor.yml +++ b/apps/traktor.yml @@ -1,7 +1,7 @@ #!/bin/bash # # Title: Traktor docker container - track you Plex TV-Show progress -# Author(s): h1f0x) +# Author(s): h1f0x # URL: https://github.com/h1f0x/docker-trackt-plex-tracker # GNU: General Public License v3.0 ################################################################################ @@ -22,17 +22,6 @@ - name: 'Including cron job' include_tasks: '/opt/communityapps/apps/_core.yml' - - name: 'Including plugins' - include_tasks: '/opt/communityapps/apps/_plugins.yml' - - - name: 'Including folders' - include_tasks: '/opt/communityapps/apps/_downloaders.yml' - - - name: 'Ini Check' - stat: - path: /opt/appdata/{{pgrole}}/core.conf - register: inicheck - # LABELS ###################################################################### - name: 'Adding Traefik' set_fact: @@ -53,8 +42,8 @@ - name: 'Setting PG ENV' set_fact: pg_env: - UID: 1000 - GID: 1000 + UID: '1000' + GID: '1000' # MAIN DEPLOYMENT ############################################################# - name: 'Deploying {{pgrole}}' @@ -72,7 +61,5 @@ aliases: - '{{pgrole}}' privileged: yes - devices: - - '/dev/net/tun' state: started labels: '{{pg_labels}}'