mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
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:
parent
4e1205958f
commit
7f64758592
@ -108,6 +108,7 @@ pkgs:
|
||||
socat: []
|
||||
software-properties-common:
|
||||
- "{{ ansible_os_family == 'Debian' }}"
|
||||
- "{{ ansible_distribution_major_version != '13' }}"
|
||||
tar: []
|
||||
unzip: []
|
||||
xfsprogs: []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user