mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-17 13:20:56 +00:00
fix: wrong location for _core and templates!
This commit is contained in:
@@ -19,16 +19,16 @@
|
||||
|
||||
# CORE (MANDATORY) ############################################################
|
||||
- name: 'Including cron job'
|
||||
include_tasks: '/opt/plexguide/containers/_core.yml'
|
||||
include_tasks: '/opt/communityapps/apps/_core.yml'
|
||||
|
||||
- name: 'Checking {{pgrole}}'s json existance'
|
||||
stat:
|
||||
path: '/opt/plexguide/containers/templates/{{pgrole}}/config.json'
|
||||
path: '/opt/communityapps/apps/templates/{{pgrole}}/config.json'
|
||||
register: jsoncheck
|
||||
|
||||
- name: 'Copying file for {{pgrole}}'
|
||||
copy:
|
||||
src: '/opt/plexguide/containers/templates/{{pgrole}}/config.json'
|
||||
src: '/opt/communityapps/apps/templates/{{pgrole}}/config.json'
|
||||
dest: '/opt/appdata/{{pgrole}}/{{pgrole}}/config.json'
|
||||
directory_mode: yes
|
||||
force: yes
|
||||
|
||||
Reference in New Issue
Block a user