ansible warn fix

This commit is contained in:
Robert Baker
2019-03-17 21:56:12 -07:00
parent fd1b313099
commit 9e01ca0d31
2 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -141,14 +141,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
@@ -172,7 +172,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
@@ -193,14 +193,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
@@ -235,7 +235,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