mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add author data
This commit is contained in:
committed by
Matt Clay
parent
9e56cb6c0f
commit
313352c845
@@ -22,7 +22,7 @@
|
|||||||
DOCUMENTATION='''
|
DOCUMENTATION='''
|
||||||
---
|
---
|
||||||
module: nmcli
|
module: nmcli
|
||||||
author: Chris Long
|
author: "Chris Long (@alcamie101)"
|
||||||
short_description: Manage Networking
|
short_description: Manage Networking
|
||||||
requirements: [ nmcli, dbus ]
|
requirements: [ nmcli, dbus ]
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ options:
|
|||||||
require: false
|
require: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
author: Trond Hindenes, Peter Mounce, Pepe Barbe, Adam Keech
|
author: "Trond Hindenes (@trondhindenes), Peter Mounce (@petemounce), Pepe Barbe (@elventear), Adam Keech (@smadam813)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|||||||
Reference in New Issue
Block a user