mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Bypass initial install of Transmission on 24.04 & 24.10 & Mint 22
This commit is contained in:
parent
6d2e5542a5
commit
f20493cdc4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
- name: TRANSMISSION
|
||||
include_role:
|
||||
name: transmission
|
||||
when: transmission_install
|
||||
when: transmission_install and not (is_ubuntu_2404 or is_ubuntu_2410) # Also excludes is_linuxmint_22, for #3756 (whereas Debian 13 works great!)
|
||||
|
||||
- name: AWSTATS
|
||||
include_role:
|
||||
|
|
Loading…
Reference in a new issue