mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Correct module:
, it should match filename (#22296)
* Validate module: matches filename * remove testcase * Revert module validation, move to different PR
This commit is contained in:
parent
c2180888f7
commit
8531547ec2
6 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@ ANSIBLE_METADATA = {
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: kms
|
||||
module: aws_kms
|
||||
short_description: Perform various KMS management tasks.
|
||||
description:
|
||||
- Manage role/user access to a KMS key. Not designed for encrypting/decrypting.
|
||||
|
|
|
@ -20,7 +20,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module: elasticache_group_parameter
|
||||
module: elasticache_parameter_group
|
||||
short_description: Manage cache security groups in Amazon Elasticache.
|
||||
description:
|
||||
- Manage cache security groups in Amazon Elasticache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue