Ansible Package Deprecated

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

../../../../_images/ts16.png


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:

  1. Run the following command to remove the ansible package:

dnf remove ansible --noautoremove
  1. Once the “ansible” package is removed, you can proceed with the update by running:

dnf update