Skip to content

Commit

Permalink
Rename aws_sgw_info module (ansible-collections#1301)
Browse files Browse the repository at this point in the history
Rename aws_sgw_info module

SUMMARY
In line with the new naming guidelines rename aws_sgw_info to storagegateway_info
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
aws_sgw_info
storagegateway_info
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored and abikouo committed Sep 18, 2023
1 parent e19e4c0 commit a3e953c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aws_sgw_info.py → storagegateway_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@

DOCUMENTATION = '''
---
module: aws_sgw_info
module: storagegateway_info
version_added: 1.0.0
short_description: Fetch AWS Storage Gateway information
description:
- Fetch AWS Storage Gateway information
author: Loic Blot (@nerzhul) <[email protected]>
- Fetch AWS Storage Gateway information
author:
- Loic Blot (@nerzhul) <[email protected]>
options:
gather_local_disks:
description:
Expand All @@ -42,9 +43,8 @@
required: false
default: true
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.aws
- amazon.aws.ec2
'''

RETURN = '''
Expand Down

0 comments on commit a3e953c

Please sign in to comment.