mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-09-06 13:41:28 +00:00
When the managed nodes are fedora, they require the following packages to be present: - python-dnf - netaddr - libselinux-python Fixes #50 Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
266 B
266 B
Fedora
Ansible requirements
Ansible requires the following packages to be present on fedora managed nodes:
- python-dnf
- netaddr
- libselinux-python
You can install them with the following command
sudo dnf install python-dnf netaddr libselinux-python