September 2018
Beginner to intermediate
214 pages
5h 53m
English
This module controls the new package manager for the Red Hat family, including Red Hat, Fedora, CentOS, and Scientific Linux. It helps to install, upgrade, remove, and search for packages in the local index. The following playbook shows how it can be used:
- name: install a package using dnf dnf: name: htop state: latest
This module requires you to have python, python-dnf, and dnf itself installed on the machine to work properly.
Read now
Unlock full access