mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix some module author names (#55770)
* Fix some module author names During some data analysis we noticed some typos in author lines.
This commit is contained in:
@@ -15,7 +15,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: cli_command
|
||||
version_added: "2.7"
|
||||
author: "Nathaniel Case (@qalthos)"
|
||||
author: "Nathaniel Case (@Qalthos)"
|
||||
short_description: Run a cli command on cli-based network devices
|
||||
description:
|
||||
- Sends a command to a network device and returns the result read from the device.
|
||||
|
||||
Reference in New Issue
Block a user