mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
community fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user