Merge pull request #63 from CasperNielsen/patch-2

Update deluge.yml
This commit is contained in:
LooseSeal2
2019-07-09 23:15:57 -07:00
committed by GitHub

View File

@@ -134,14 +134,14 @@
lineinfile: lineinfile:
path: '/opt/appdata/{{pgrole}}/core.conf' path: '/opt/appdata/{{pgrole}}/core.conf'
regexp: '"move_completed".*' regexp: '"move_completed".*'
line: '"move_completed": True,' line: '"move_completed": true,'
state: present state: present
- name: Setting extractor folder - name: Setting extractor folder
lineinfile: lineinfile:
path: '/opt/appdata/{{pgrole}}/plugins/extractor.conf' path: '/opt/appdata/{{pgrole}}/plugins/extractor.conf'
regexp: '"use_name_folder".*' regexp: '"use_name_folder".*'
line: '"use_name_folder": True,' line: '"use_name_folder": true,'
state: present state: present
- name: Setting extractor - name: Setting extractor
@@ -165,7 +165,7 @@
lineinfile: lineinfile:
path: '/opt/appdata/{{pgrole}}/core.conf' path: '/opt/appdata/{{pgrole}}/core.conf'
regexp: '"compact_allocation".*' regexp: '"compact_allocation".*'
line: '"compact_allocation": True,' line: '"compact_allocation": true,'
state: present state: present
- name: set stop_seed_ratio - name: set stop_seed_ratio
@@ -186,14 +186,14 @@
lineinfile: lineinfile:
path: '/opt/appdata/{{pgrole}}/core.conf' path: '/opt/appdata/{{pgrole}}/core.conf'
regexp: '"remove_seed_at_ratio".*' regexp: '"remove_seed_at_ratio".*'
line: '"remove_seed_at_ratio": True,' line: '"remove_seed_at_ratio": true,'
state: present state: present
- name: set enc_prefer_rc4 - name: set enc_prefer_rc4
lineinfile: lineinfile:
path: '/opt/appdata/{{pgrole}}/core.conf' path: '/opt/appdata/{{pgrole}}/core.conf'
regexp: '"enc_prefer_rc4".*' regexp: '"enc_prefer_rc4".*'
line: '"enc_prefer_rc4": True,' line: '"enc_prefer_rc4": true,'
state: present state: present
- name: set enc_level - name: set enc_level
@@ -228,7 +228,7 @@
lineinfile: lineinfile:
path: '/opt/appdata/{{pgrole}}/core.conf' path: '/opt/appdata/{{pgrole}}/core.conf'
regexp: '"dont_count_slow_torrents".*' regexp: '"dont_count_slow_torrents".*'
line: '"dont_count_slow_torrents": True,' line: '"dont_count_slow_torrents": true,'
state: present state: present
- name: set max_active_seeding - name: set max_active_seeding