mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
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:
@@ -108,6 +108,7 @@ pkgs:
|
|||||||
socat: []
|
socat: []
|
||||||
software-properties-common:
|
software-properties-common:
|
||||||
- "{{ ansible_os_family == 'Debian' }}"
|
- "{{ ansible_os_family == 'Debian' }}"
|
||||||
|
- "{{ ansible_distribution_major_version != '13' }}"
|
||||||
tar: []
|
tar: []
|
||||||
unzip: []
|
unzip: []
|
||||||
xfsprogs: []
|
xfsprogs: []
|
||||||
|
|||||||
Reference in New Issue
Block a user