1
0
Fork 0
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:
root 2024-08-01 11:10:37 -04:00
parent 6d2e5542a5
commit f20493cdc4

View file

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