From 53b8e77fb7d5a23ff61a87108ea9c3971a058e2e Mon Sep 17 00:00:00 2001 From: DaRealestUK Date: Wed, 13 Mar 2019 16:49:14 +0000 Subject: [PATCH] changed role name and ports --- apps/nzbget-mp4.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/nzbget-mp4.yml b/apps/nzbget-mp4.yml index 87a8703..b9650cd 100644 --- a/apps/nzbget-mp4.yml +++ b/apps/nzbget-mp4.yml @@ -17,17 +17,17 @@ - name: 'Set Known Facts' set_fact: - pgrole: 'nzbget' - intport: '6789' - extport: '6789' + pgrole: 'nzbget-mp4' + intport: '6790' + extport: '6790' image: 'linuxserver/nzbget' # CORE (MANDATORY) ############################################################ - name: 'Including cron job' - include_tasks: '/opt/coreapps/apps/_core.yml' + include_tasks: '/opt/communityapps/apps/_core.yml' - name: 'Including folders' - include_tasks: '/opt/coreapps/apps/_downloaders.yml' + include_tasks: '/opt/communityapps/apps/_downloaders.yml' - name: Create nzb folder file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000' @@ -36,7 +36,7 @@ # force: yes - name: 'Including plugins' - include_tasks: '/opt/coreapps/apps/_plugins.yml' + include_tasks: '/opt/communityapps/apps/_plugins.yml' - name: 'Checking for existing app data' stat: