From cb039c47f35f186a754b8119ff4263b13d3ae05e Mon Sep 17 00:00:00 2001 From: ChaosZero112 Date: Sat, 15 Jun 2019 14:42:34 -0400 Subject: [PATCH] Blocklist path update --- apps/qbittorrent-vpn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/qbittorrent-vpn.yml b/apps/qbittorrent-vpn.yml index 46f70d5..8a7a93d 100644 --- a/apps/qbittorrent-vpn.yml +++ b/apps/qbittorrent-vpn.yml @@ -139,7 +139,7 @@ state: present - name: Get latest blocklist - shell: /usr/bin/curl -L http://john.bitsurge.net/public/biglist.p2p.gz | /usr/bin/gzip -cdf > /config/qBittorrent/config/biglist.p2p + shell: /usr/bin/curl -L http://john.bitsurge.net/public/biglist.p2p.gz | /usr/bin/gzip -cdf > /opt/appdata/{{pgrole}}/qBittorrent/config/biglist.p2p # FIRST TIME CONFIGURATION ####################################################