Fix: Debian 13 system_package not found software-properties-common

Debian Trixie recently removed the package `software-properties-common`,
add the condition not on Debian Trixie.

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
ChengHao Yang
2025-08-12 10:56:35 +08:00
parent 4e1205958f
commit 7f64758592

View File

@@ -108,6 +108,7 @@ pkgs:
socat: []
software-properties-common:
- "{{ ansible_os_family == 'Debian' }}"
- "{{ ansible_distribution_major_version != '13' }}"
tar: []
unzip: []
xfsprogs: []