mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-25 21:03:31 +00:00
Update jdownloader2.yml
This commit is contained in:
@@ -35,13 +35,13 @@
|
|||||||
- name: 'Migrations'
|
- name: 'Migrations'
|
||||||
block:
|
block:
|
||||||
- name: 'Creating new downloads location'
|
- name: 'Creating new downloads location'
|
||||||
command: 'mkdir -p {{path.stdout}}/incomplete/{{pgrole}}'
|
command: 'mkdir -p {{path.stdout}}/downloads/{{pgrole}}'
|
||||||
|
|
||||||
- name: 'Chown download folder'
|
- name: 'Chown download folder'
|
||||||
shell: 'chown -R 1000:1000 {{path.stdout}}/incomplete/{{pgrole}}/'
|
shell: 'chown -R 1000:1000 {{path.stdout}}/downloads/{{pgrole}}/'
|
||||||
|
|
||||||
- name: 'Chmod download folder'
|
- name: 'Chmod download folder'
|
||||||
shell: 'chmod -R 775 {{path.stdout}}/incomplete/{{pgrole}}/'
|
shell: 'chmod -R 775 {{path.stdout}}/downloads/{{pgrole}}/'
|
||||||
|
|
||||||
- name: 'Ini Check'
|
- name: 'Ini Check'
|
||||||
stat:
|
stat:
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
- '/opt/appdata/{{pgrole}}:/config'
|
- '/opt/appdata/{{pgrole}}:/config'
|
||||||
- '{{path.stdout}}:{{path.stdout}}'
|
- '{{path.stdout}}:{{path.stdout}}'
|
||||||
- '/mnt/unionfs:/unionfs'
|
- '/mnt/unionfs:/unionfs'
|
||||||
- '{{path.stdout}}/incomplete/{{pgrole}}/:/output:rw'
|
- '{{path.stdout}}/downloads/{{pgrole}}/:/output:rw'
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
|
|
||||||
- name: 'Setting PG ENV'
|
- name: 'Setting PG ENV'
|
||||||
|
|||||||
Reference in New Issue
Block a user