Files
Alberto Murillo 6cdc849f01 ciao: Document fedora requirements (#96)
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>
2016-10-19 16:38:49 -05:00

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