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

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -20,12 +20,12 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# FOR ALLTUBE ################################################################# # FOR ALLTUBE #################################################################
- name: Install autoProcess.ini - name: Install autoProcess.ini
template: template:
src: /opt/plexguide/containers/templates/alltube.js2 src: /opt/communityapps/apps/templates/alltube.js2
dest: /opt/appdata/{{pgrole}}/config.json dest: /opt/appdata/{{pgrole}}/config.json
force: yes force: yes
mode: 0775 mode: 0775

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
- name: 'Create {{pgrole}} directories' - name: 'Create {{pgrole}} directories'
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000' file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Always have a backup plan' - name: 'Always have a backup plan'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Navigating Traefik' - name: 'Navigating Traefik'

View File

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

View File

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

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
image: "uping/embystat:beta-linux" image: "uping/embystat:beta-linux"
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# EXTRA FUNCTIONS REQUIRED BY THE ROLE ##################################### # EXTRA FUNCTIONS REQUIRED BY THE ROLE #####################################

View File

@@ -19,7 +19,7 @@
image: "linuxserver/gazee" image: "linuxserver/gazee"
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# EXTRA FUNCTIONS REQUIRED BY THE ROLE ##################################### # EXTRA FUNCTIONS REQUIRED BY THE ROLE #####################################

View File

@@ -22,7 +22,7 @@
# CORE (MANDATORY) ############################################################DONE#### # CORE (MANDATORY) ############################################################DONE####
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'
@@ -67,6 +67,3 @@
- '{{pgrole}}' - '{{pgrole}}'
state: started state: started
labels: '{{pg_labels}}' labels: '{{pg_labels}}'

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'
@@ -92,4 +92,4 @@
aliases: aliases:
- '{{pgrole}}' - '{{pgrole}}'
state: started state: started
labels: '{{pg_labels}}' labels: '{{pg_labels}}'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -24,13 +24,13 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
- name: 'Including plugins' - name: 'Including plugins'
include_tasks: '/opt/plexguide/containers/_plugins.yml' include_tasks: '/opt/communityapps/apps/_plugins.yml'
- name: 'Including folders' - name: 'Including folders'
include_tasks: '/opt/plexguide/containers/_downloaders.yml' include_tasks: '/opt/communityapps/apps/_downloaders.yml'
- name: 'Ini Check' - name: 'Ini Check'
stat: stat:
@@ -78,4 +78,4 @@
aliases: aliases:
- '{{pgrole}}' - '{{pgrole}}'
state: started state: started
labels: '{{pg_labels}}' labels: '{{pg_labels}}'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -22,7 +22,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'
@@ -70,4 +70,4 @@
aliases: aliases:
- '{{pgrole}}' - '{{pgrole}}'
state: started state: started
labels: '{{pg_labels}}' labels: '{{pg_labels}}'

View File

@@ -19,7 +19,7 @@
image: 'linuxserver/mcmyadmin2' image: 'linuxserver/mcmyadmin2'
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# EXTRA FUNCTIONS REQUIRED BY THE ROLE ##################################### # EXTRA FUNCTIONS REQUIRED BY THE ROLE #####################################

View File

@@ -19,7 +19,7 @@
image: "linuxserver/medusa" image: "linuxserver/medusa"
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# EXTRA FUNCTIONS REQUIRED BY THE ROLE ##################################### # EXTRA FUNCTIONS REQUIRED BY THE ROLE #####################################

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

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

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -21,7 +21,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
image: 'linuxserver/radarr' image: 'linuxserver/radarr'
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS #### KEEPS BOTTOM CLEAN ########################################### # LABELS #### KEEPS BOTTOM CLEAN ###########################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
image: 'linuxserver/radarr' image: 'linuxserver/radarr'
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS #### KEEPS BOTTOM CLEAN ########################################### # LABELS #### KEEPS BOTTOM CLEAN ###########################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -38,7 +38,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -28,7 +28,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS #### KEEPS BOTTOM CLEAN ########################################### # LABELS #### KEEPS BOTTOM CLEAN ###########################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS #### KEEPS BOTTOM CLEAN ########################################### # LABELS #### KEEPS BOTTOM CLEAN ###########################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -22,7 +22,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -23,7 +23,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# EXTRA FOR RUTORRENT ######################################################### # EXTRA FOR RUTORRENT #########################################################
- name: 'Create {{pgrole}} script directories' - name: 'Create {{pgrole}} script directories'

View File

@@ -19,16 +19,16 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
- name: 'Checking {{pgrole}}'s json existance' - name: 'Checking {{pgrole}}'s json existance'
stat: stat:
path: '/opt/plexguide/containers/templates/{{pgrole}}/config.json' path: '/opt/communityapps/apps/templates/{{pgrole}}/config.json'
register: jsoncheck register: jsoncheck
- name: 'Copying file for {{pgrole}}' - name: 'Copying file for {{pgrole}}'
copy: copy:
src: '/opt/plexguide/containers/templates/{{pgrole}}/config.json' src: '/opt/communityapps/apps/templates/{{pgrole}}/config.json'
dest: '/opt/appdata/{{pgrole}}/{{pgrole}}/config.json' dest: '/opt/appdata/{{pgrole}}/{{pgrole}}/config.json'
directory_mode: yes directory_mode: yes
force: yes force: yes

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -19,7 +19,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'

View File

@@ -20,7 +20,7 @@
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################