Member-only story
Install a package in RedHat-like systems — Ansible module yum
Some real-life examples of how to install a package and a specific version of a package in RedHat-like systems: RedHat Enterprise Linux, CentOS, CentOS Stream, Fedora, ClearOS, Oracle Linux, EuroLinux, Fermi Linux, EulerOS, ROSA Linux, Springdale Linux, Asianux
4 min readAug 7, 2021
How to Install a package with Ansible in RedHat-like systems?
I’m going to show you a live demo and some simple Ansible code.
I’m Luca Berton and welcome to today’s episode of Ansible Pilot
Ansible Install a package in RedHat-like systems
Today we’re talking about the Ansible module YUM and DNF.
The full names are “ansible.builtin.yum” and “ansible.builtin.dnf”, which means are part of the…