Removed hardcoded exe location

This commit is contained in:
ChaosZero112
2019-06-15 14:46:42 -04:00
parent cb039c47f3
commit 23aec4d022

View File

@@ -139,7 +139,7 @@
state: present state: present
- name: Get latest blocklist - name: Get latest blocklist
shell: /usr/bin/curl -L http://john.bitsurge.net/public/biglist.p2p.gz | /usr/bin/gzip -cdf > /opt/appdata/{{pgrole}}/qBittorrent/config/biglist.p2p shell: curl -L http://john.bitsurge.net/public/biglist.p2p.gz | gzip -cdf > /opt/appdata/{{pgrole}}/qBittorrent/config/biglist.p2p
# FIRST TIME CONFIGURATION #################################################### # FIRST TIME CONFIGURATION ####################################################