Skip to content

Commit

Permalink
qbittorrent: fix themepark for host install
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Aug 4, 2024
1 parent 61dfaa3 commit 6ccdf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/qbittorrent/templates/qbittorrent.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ http:
themepark:
app: "{{ qbittorrent_themepark_app }}"
theme: "{{ lookup("vars", qbittorrent_name + "_themepark_theme", default=qbittorrent_themepark_theme) }}"
{% if lookup("vars", qbittorrent_name + "_themepark_addons", default=_themepark_addons) | length > 0 %}
addons: "{{ lookup("vars", qbittorrent_name + "_themepark_addons", default=_themepark_addons) }}"
{% if lookup("vars", qbittorrent_name + "_themepark_addons", default=qbittorrent_name_themepark_addons) | length > 0 %}
addons: "{{ lookup("vars", qbittorrent_name + "_themepark_addons", default=qbittorrent_name_themepark_addons) }}"
{% endif %}
{% endif %}

0 comments on commit 6ccdf90

Please sign in to comment.