fix: wrong location for _core and templates!

This commit is contained in:
Robert Baker
2019-02-16 18:19:08 -07:00
parent 40b09c0ae9
commit 6d5f9d9d6e
50 changed files with 63 additions and 66 deletions

View File

@@ -21,13 +21,13 @@
# CORE (MANDATORY) ############################################################
- name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml'
include_tasks: '/opt/communityapps/apps/_core.yml'
- name: 'Including folders'
include_tasks: '/opt/plexguide/containers/_downloaders.yml'
include_tasks: '/opt/communityapps/apps/_downloaders.yml'
- name: 'Including plugins'
include_tasks: '/opt/plexguide/containers/_plugins.yml'
include_tasks: '/opt/communityapps/apps/_plugins.yml'
- name: 'Checking for existing app data'
stat: