nmcli: fix docs for add necessary package (#24071)

Originally report in https://github.com/ansible/ansible/pull/23817
pull/23929/head
John R Barker 7 years ago committed by GitHub
parent 66a41f59fd
commit 6845234d72

@ -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…
Cancel
Save