Add to /etc/dnf/dnf.conf
something like this:
exclude=kernel*
you can use something like Ansible to make that change across all your servers by adding it to that file. It will save doing it manually.
Add to /etc/dnf/dnf.conf
something like this:
exclude=kernel*
you can use something like Ansible to make that change across all your servers by adding it to that file. It will save doing it manually.