ERIK
72c983c41e
Fix(system_packages): Avoid version comparison error on non-numeric versions ( #12512 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 month ago
ChengHao Yang
7f64758592
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>
1 month ago
Max Gautier
5243b33bd7
Cleanup support for removed OS in bootstrap
- centos < 8
- debian 10
4 months ago
Max Gautier
d5b2a9b5ba
opensuse: move package installation to system_packages
No reason to special case
4 months ago
Max Gautier
2152022926
debian-based distro: handle apt update cache when installing packages
The package module pass options to the underlying packages manager
module if they support it. No need to handle it in bootstrap.
4 months ago
Max Gautier
f13b80cac0
ClearLinux: remove special casing
- put package install in system_packages
- docker should be handled by the approriate roles if used as container
engine
4 months ago
ERIK
e4c0c427a3
improve NTP package conflict handling ( #12212 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
4 months ago
Max Gautier
47508d5c6e
Rename bootstrap-os to bootstrap_os
Role names in ansible collections should not have hyphens.
4 months ago
Max Gautier
bb4b2af02e
Drop install of python-libselinux for RHEL family below 8
RHEL 7 and derivates support has been removed from some time, clean up
of leftovers.
5 months ago
Max Gautier
a7d681abff
Install iputils with other packages
5 months ago
Max Gautier
5867fa1b9f
Move back iproute install to system_packages
Packages are now installed before network facts collection, so we can
install iproute with the rest.
5 months ago
Max Gautier
1e79c7b3cb
Move package install to bootstrap-os
5 months ago