This commit is contained in:
Robert Baker
2019-01-28 23:20:14 -07:00
parent aff0c36d81
commit 7bac710d09

View File

@@ -27,6 +27,9 @@
- name: 'Including cron job' - name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml' include_tasks: '/opt/plexguide/containers/_core.yml'
- name: 'Including folders'
include_tasks: '/opt/plexguide/containers/_downloaders.yml'
- name: 'Checking for existing app data' - name: 'Checking for existing app data'
stat: stat:
path: /opt/appdata/{{pgrole}}/core.conf path: /opt/appdata/{{pgrole}}/core.conf
@@ -281,7 +284,7 @@
line: '"seed_time_ratio_limit": 1.0,' line: '"seed_time_ratio_limit": 1.0,'
state: present state: present
#when: not confcheck.stat.exists when: not confcheck.stat.exists
- name: Restart {{pgrole}} - name: Restart {{pgrole}}
docker_container: docker_container: