mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
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 a new issue