whitespace fix to nmcli (#51079)
This commit is contained in:
parent
363c9594ec
commit
688016f8a0
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ class Nmcli(object):
|
|||
except dbus.exceptions.DBusException as e:
|
||||
self.module.fail_json(msg="Unable to read Network Manager settings from DBus system bus: %s" % to_native(e),
|
||||
details="Please check if NetworkManager is installed and"
|
||||
" service network-manager is started.")
|
||||
"service network-manager is started.")
|
||||
connection_paths = settings.ListConnections()
|
||||
connection_list = []
|
||||
# List each connection's name, UUID, and type
|
||||
|
|
Loading…
Reference in a new issue