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