From 06d3121aab49cebe965d19b8f01433dd2fd5c77e Mon Sep 17 00:00:00 2001 From: CasperNielsen <27451397+CasperNielsen@users.noreply.github.com> Date: Fri, 28 Jun 2019 11:10:38 +0200 Subject: [PATCH] Update deluge.yml Edited True values to true, Deluge 2.0 is case sensitive. --- apps/deluge.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/deluge.yml b/apps/deluge.yml index 7918f6e..1450fe4 100644 --- a/apps/deluge.yml +++ b/apps/deluge.yml @@ -134,14 +134,14 @@ lineinfile: path: '/opt/appdata/{{pgrole}}/core.conf' regexp: '"move_completed".*' - line: '"move_completed": True,' + line: '"move_completed": true,' state: present - name: Setting extractor folder lineinfile: path: '/opt/appdata/{{pgrole}}/plugins/extractor.conf' regexp: '"use_name_folder".*' - line: '"use_name_folder": True,' + line: '"use_name_folder": true,' state: present - name: Setting extractor @@ -165,7 +165,7 @@ lineinfile: path: '/opt/appdata/{{pgrole}}/core.conf' regexp: '"compact_allocation".*' - line: '"compact_allocation": True,' + line: '"compact_allocation": true,' state: present - name: set stop_seed_ratio @@ -186,14 +186,14 @@ lineinfile: path: '/opt/appdata/{{pgrole}}/core.conf' regexp: '"remove_seed_at_ratio".*' - line: '"remove_seed_at_ratio": True,' + line: '"remove_seed_at_ratio": true,' state: present - name: set enc_prefer_rc4 lineinfile: path: '/opt/appdata/{{pgrole}}/core.conf' regexp: '"enc_prefer_rc4".*' - line: '"enc_prefer_rc4": True,' + line: '"enc_prefer_rc4": true,' state: present - name: set enc_level @@ -228,7 +228,7 @@ lineinfile: path: '/opt/appdata/{{pgrole}}/core.conf' regexp: '"dont_count_slow_torrents".*' - line: '"dont_count_slow_torrents": True,' + line: '"dont_count_slow_torrents": true,' state: present - name: set max_active_seeding