Ansible Package Deprecated
When you try to update ansible and you see that the following error occurs:

In the latest version of Ansible, the ansible package has been deprecated and its functionality is now included in the ansible-core package.
To resolve this issue during the update process, you need to remove the ansible package to allow the ansible-core package to be installed successfully.
To fix this, follow these steps:
Run the following command to remove the ansible package:
dnf remove ansible --noautoremove
Once the “ansible” package is removed, you can proceed with the update by running:
dnf update