mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
fix: wrong location for _core and templates!
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
|
||||
# CORE (MANDATORY) ############################################################
|
||||
- name: 'Including cron job'
|
||||
include_tasks: '/opt/plexguide/containers/_core.yml'
|
||||
include_tasks: '/opt/communityapps/apps/_core.yml'
|
||||
|
||||
# FOR ALLTUBE #################################################################
|
||||
- name: Install autoProcess.ini
|
||||
template:
|
||||
src: /opt/plexguide/containers/templates/alltube.js2
|
||||
src: /opt/communityapps/apps/templates/alltube.js2
|
||||
dest: /opt/appdata/{{pgrole}}/config.json
|
||||
force: yes
|
||||
mode: 0775
|
||||
|
||||
Reference in New Issue
Block a user