mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
nmcli: fix docs for add necessary package (#24071)
Originally report in https://github.com/ansible/ansible/pull/23817
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user