This commit is contained in:
LooseSeal2
2019-07-29 17:13:53 -07:00
parent 9c23a08a61
commit bc553ab818
6 changed files with 241 additions and 10 deletions
+1 -1
View File
@@ -151,7 +151,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 ####################################################