mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Modules metadata: fix invalid GitHub ID in author field (#31856)
* Replace Twitter username with GitHub ID See8bfa19c4af
* Replace Twitter username with GitHub ID See22766906b0
* Fix GitHub ID: add missing letters See: - nxos_banner.py:9c6ee8d0bb
- nxos_logging.py:e37e736ddb
- net_user.py:f6a4803669
* Remove nonexistent author, use GitHub organization See https://github.com/ansible/ansible-modules-core/pull/2880 Not sure how Ansibullbot will handle an organization ID, but other deprecated modules already use it. * Replace Twitter username with GitHub ID * Replace Twitter username with GitHub ID Seebf59d1cc1e
* Replace Twitter username with GitHub ID Seed02a9016a2
* Author: use GitHub ID See 0847bfecd672f6b2e0e4429e998df7c6e7042b1c * Replace Twitter username with GitHub ID Seea59684fddd
* Replace Twitter username with GitHub ID See94f9bb962f
* Replace Twitter username with GitHub ID See40b7dffea8
This commit is contained in:
parent
690a626d0d
commit
7fe69daa4d
13 changed files with 13 additions and 13 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: cl_img_install
|
||||
version_added: "2.1"
|
||||
author: "Cumulus Networks (@CumulusLinux)"
|
||||
author: "Cumulus Networks (@CumulusNetworks)"
|
||||
short_description: Install a different Cumulus Linux version.
|
||||
deprecated: Deprecated in 2.3. The image slot system no longer exists in Cumulus Linux.
|
||||
description:
|
||||
|
|
|
@ -27,7 +27,7 @@ DOCUMENTATION = """
|
|||
---
|
||||
module: nxos_banner
|
||||
version_added: "2.4"
|
||||
author: "Trishna Guha (@trishnag)"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage multiline banners on Cisco NXOS devices
|
||||
description:
|
||||
- This will configure both exec and motd banners on remote devices
|
||||
|
|
|
@ -27,7 +27,7 @@ DOCUMENTATION = """
|
|||
---
|
||||
module: nxos_logging
|
||||
version_added: "2.4"
|
||||
author: "Trishna Guha (@trishnag)"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage logging on network devices
|
||||
description:
|
||||
- This module provides declarative management of logging
|
||||
|
|
|
@ -16,7 +16,7 @@ DOCUMENTATION = """
|
|||
---
|
||||
module: net_user
|
||||
version_added: "2.4"
|
||||
author: "Trishna Guha (@trishnag)"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage the aggregate of local users on network device
|
||||
description:
|
||||
- This module provides declarative management of the local usernames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue