community fixes

This commit is contained in:
Robert Baker
2019-02-01 11:40:43 -07:00
parent abc9a70285
commit 73242d45b0
16 changed files with 7 additions and 147 deletions

View File

@@ -21,34 +21,6 @@
- name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml'
# EXTRA FUNCTIONS REQUIRED BY THE ROLE #####################################
- name: 'Create scripts directory for {{pgrole}}'
file:
path: /opt/appdata/{{pgrole}}/scripts
state: directory
owner: 1000
group: 1000
mode: 0755
- name: 'Create plugins directory for {{pgrole}}'
file:
path: /opt/appdata/{{pgrole}}/plugins
state: directory
owner: 1000
group: 1000
mode: 0755
- name: 'Copy scripts into directory for {{pgrole}}'
copy:
src: /opt/plexguide/containers/templates/radarr/scripts/cleanup-radarr.sh
dest: /opt/appdata/{{pgrole}}/scripts
directory_mode: yes
force: yes
owner: 1000
group: 1000
mode: 0755
# LABELS #### KEEPS BOTTOM CLEAN ###########################################
- name: 'Adding Traefik'
set_fact: