From a8474ba91fad2de418f25aa95a202efe9216dc79 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Tue, 2 Apr 2019 22:29:48 +0200 Subject: [PATCH] Add package requirements for openSUSE for nmcli (#54489) --- lib/ansible/modules/net_tools/nmcli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/net_tools/nmcli.py b/lib/ansible/modules/net_tools/nmcli.py index a4e0d6e1f5..c0f5bda5ef 100644 --- a/lib/ansible/modules/net_tools/nmcli.py +++ b/lib/ansible/modules/net_tools/nmcli.py @@ -31,6 +31,8 @@ description: libnm-qt-devel.x86_64, nm-connection-editor.x86_64, libsemanage-python, policycoreutils-python.' - '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-glib-dev.' + - 'On openSUSE, the requirements can be met by installing the following packages: NetworkManager, python2-dbus-python (or + python3-dbus-python), typelib-1_0-NMClient-1_0 and typelib-1_0-NetworkManager-1_0.' options: state: description: