mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-06-01 14:21:45 +01:00
fixes
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@
|
||||
# FACTS #######################################################################
|
||||
- name: 'Set Known Facts'
|
||||
set_fact:
|
||||
pgrole: 'deluge'
|
||||
pgrole: 'deluge-vpn'
|
||||
intport: '8112'
|
||||
extport: '8112'
|
||||
intport2: '8118'
|
||||
@@ -161,7 +161,7 @@
|
||||
lineinfile:
|
||||
path: '/opt/appdata/{{pgrole}}/plugins/extractor.conf'
|
||||
regexp: '"extract_path".*'
|
||||
line: '"extract_path": "{{path.stdout}}/downloads/deluge"'
|
||||
line: '"extract_path": "{{path.stdout}}/downloads/{{pgrole}}"'
|
||||
state: present
|
||||
|
||||
# FIRST TIME CONFIGURATION ####################################################
|
||||
|
||||
Reference in New Issue
Block a user