Hello,
I have been seeing §dnf install ansible-core, §dnf install ansible*, § pip install python* ... etc....
Please, what is the best or the most recommended method for installing Ansible on the RHEL 9.0 Control Node?
Best regards & thanks.
```
1. Update the package list:
``bash
sudo yum update -y
`
2. Install Ansible:
`bash
sudo yum install -y ansible
`
3. Verify the installation:
`bash
ansible --version
`
```
Disregard the markdown, not sure why I keep thinking it renders at redhat.
You should effectively have a working install and printed out version number. Good luck!
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.