From 7af407406bbc6c54815988af7c870b078fad1956 Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Mon, 28 Jan 2019 23:20:14 -0700 Subject: [PATCH] fix --- apps/delugevpn.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/delugevpn.yml b/apps/delugevpn.yml index 1f97117..239b0d7 100644 --- a/apps/delugevpn.yml +++ b/apps/delugevpn.yml @@ -27,6 +27,9 @@ - name: 'Including cron job' include_tasks: '/opt/plexguide/containers/_core.yml' + - name: 'Including folders' + include_tasks: '/opt/plexguide/containers/_downloaders.yml' + - name: 'Checking for existing app data' stat: path: /opt/appdata/{{pgrole}}/core.conf @@ -281,7 +284,7 @@ line: '"seed_time_ratio_limit": 1.0,' state: present - #when: not confcheck.stat.exists + when: not confcheck.stat.exists - name: Restart {{pgrole}} docker_container: