mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
nmcli: fix package name (#712)
* Type: Wrong package names In Red Hat systems, python packages are preceeded by `python3-` * Use Python 2 packages on CentOS 7 and Fedora <= 28. Co-authored-by: Frank Brütting <fbruetting@users.noreply.github.com>
This commit is contained in:
parent
848d63fa38
commit
95531d24ea
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ requirements:
|
|||
description:
|
||||
- Manage the network devices. Create, modify and manage various connection and device type e.g., ethernet, teams, bonds, vlans etc.
|
||||
- 'On CentOS 8 and Fedora >=29 like systems, the requirements can be met by installing the following packages: NetworkManager-libnm,
|
||||
libsemanage-python, policycoreutils-python.'
|
||||
python3-libsemanage, python3-policycoreutils.'
|
||||
- 'On CentOS 7 and Fedora <=28 like systems, the requirements can be met by installing the following packages: NetworkManager-glib,
|
||||
libnm-qt-devel.x86_64, nm-connection-editor.x86_64, libsemanage-python, policycoreutils-python.'
|
||||
libnm-qt-devel.x86_64, nm-connection-editor.x86_64, python-libsemanage, python-policycoreutils.'
|
||||
- 'On Ubuntu and Debian like systems, the requirements can be met by installing the following packages: network-manager,
|
||||
python-dbus (or python3-dbus, depending on the Python version in use), libnm-dev.'
|
||||
- 'On older Ubuntu and Debian like systems, the requirements can be met by installing the following packages: network-manager,
|
||||
|
|
Loading…
Reference in a new issue