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: