This commit is contained in:
Robert Baker
2019-02-18 03:18:27 -07:00
parent d0c0577073
commit d81bb9a927
3 changed files with 0 additions and 44 deletions

View File

@@ -108,7 +108,6 @@
regexp: '"move_completed_path".*'
line: '"move_completed_path": "{{path.stdout}}/downloads/{{pgrole}}",'
state: present
when: incomplete.stdout | length == 0
- name: Set download location
lineinfile:
@@ -116,15 +115,6 @@
regexp: '"download_location".*'
line: '"download_location": "{{path.stdout}}/incomplete/{{pgrole}}",'
state: present
when: incomplete.stdout | length == 0
- name: Set download location
lineinfile:
path: '/opt/appdata/{{pgrole}}/core.conf'
regexp: '"download_location".*'
line: '"download_location": "{{incomplete.stdout}}/{{pgrole}}",'
state: present
when: incomplete.stdout | length > 0
- name: Setting torrent file directory
lineinfile: