File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
roles/qbittorrent/tasks/subtasks Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 19
19
group : " {{ user.name }}"
20
20
mode : " 0775"
21
21
22
+ - name : Post-Install | Settings | Update Connection\PortRangeMin in 'qBittorrent.conf' config settings (legacy)
23
+ community.general.ini_file :
24
+ path : " {{ qbittorrent_paths_conf }}"
25
+ section : Preferences
26
+ option : Connection\PortRangeMin
27
+ value : " {{ lookup('vars', qbittorrent_name + '_docker_ports_56881', default=qbittorrent_docker_ports_56881) }}"
28
+ no_extra_spaces : true
29
+ state : present
30
+ owner : " {{ user.name }}"
31
+ group : " {{ user.name }}"
32
+ mode : " 0775"
33
+
22
34
- name : Post-Install | Settings | Update WebUI\HostHeaderValidation 'qBittorrent.conf' config settings
23
35
community.general.ini_file :
24
36
path : " {{ qbittorrent_paths_conf }}"
Original file line number Diff line number Diff line change 43
43
group : " {{ user.name }}"
44
44
mode : " 0775"
45
45
46
+ - name : Pre-Install | Settings | Update Connection\PortRangeMin in 'qBittorrent.conf' config settings (legacy)
47
+ community.general.ini_file :
48
+ path : " {{ qbittorrent_paths_conf }}"
49
+ section : Preferences
50
+ option : Connection\PortRangeMin
51
+ value : " {{ lookup('vars', qbittorrent_name + '_docker_ports_56881', default=qbittorrent_docker_ports_56881) }}"
52
+ no_extra_spaces : true
53
+ state : present
54
+ owner : " {{ user.name }}"
55
+ group : " {{ user.name }}"
56
+ mode : " 0775"
57
+
46
58
- name : Pre-Install | Settings | Update WebUI\HostHeaderValidation 'qBittorrent.conf' config settings
47
59
community.general.ini_file :
48
60
path : " {{ qbittorrent_paths_conf }}"
You can’t perform that action at this time.
0 commit comments