X Tutup
Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit fe5f3e9

Browse files
committed
ruTorrent: Create themes and plugins folder.
- User themes and plugins are auto-imported during docker image build.
1 parent 75960e0 commit fe5f3e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roles/rutorrent/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
- name: Create rutorrent directories
2525
file: "path={{ item }} state=directory mode=0775 owner={{ user }} group={{ user }} recurse=yes"
2626
with_items:
27-
- /opt/rutorrent
27+
- "/opt/rutorrent"
28+
- "/opt/rutorrent/plugins"
29+
- "/opt/rutorrent/themes"
2830
- "{{ downloads.torrents }}"
2931
- "{{ downloads.torrents }}/rutorrent"
3032
- "{{ downloads.torrents }}/rutorrent/completed"

0 commit comments

Comments
 (0)
X Tutup