nmcli: fix docs for add necessary package (#24071)
Originally report in https://github.com/ansible/ansible/pull/23817pull/4420/head
parent
66a41f59fd
commit
6845234d72
|
@ -29,7 +29,7 @@ DOCUMENTATION='''
|
||||||
module: nmcli
|
module: nmcli
|
||||||
author: "Chris Long (@alcamie101)"
|
author: "Chris Long (@alcamie101)"
|
||||||
short_description: Manage Networking
|
short_description: Manage Networking
|
||||||
requirements: [ nmcli, dbus ]
|
requirements: [ nmcli, dbus, NetworkManager-glib ]
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- Manage the network devices. Create, modify, and manage, ethernet, teams, bonds, vlans etc.
|
- Manage the network devices. Create, modify, and manage, ethernet, teams, bonds, vlans etc.
|
||||||
|
|
Loading…
Reference in New Issue