14.0.0
What's Changed
- BREAKING CentOS7: Introduce
wireguard_centos7_kernel_plus_reboot
andwireguard_centos7_standard_reboot
variables. Both are set to "true" by default. This will cause the host to be rebooted in case the "wireguard" kernel module was installed the very first time. Ifwireguard_centos7_installation_method: "kernel-plus"
is set and the host wasn't booted with akernel-plus
kernel already you most probably need to reboot. For thestandard
kernel this might not be needed. - CentOS7: Add reboot to the standard mode to make sure the WireGuard kernel module is available (contribution by @mofelee)
- BREAKING Introduce
wireguard_update_cache
variable to control if package manager caches should be updated before the installation (contribution by @sebix). Before this release the package manager cache wasn't updated for AlmaLinux 9, Archlinux, Fedora and openSUSE. Withwireguard_update_cache
set totrue
by default those OSes are now also update the package manager cache. If you don't want that setwireguard_update_cache
tofalse
for the host in question. - variable
wireguard_ubuntu_update_cache
is deprecated - add support for Oracle Linux 9 (contribution by @cola-zero)
New Contributors
- @mofelee made their first contribution in #184
- @sebix made their first contribution in #179
- @cola-zero made their first contribution in #185
Full Changelog: 13.0.1...14.0.0