From a3e953c630a0be8eb6af293c1c19a05ffaa7b2eb Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 4 Jul 2022 09:54:19 +0200 Subject: [PATCH] Rename aws_sgw_info module (#1301) 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 --- aws_sgw_info.py => storagegateway_info.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename aws_sgw_info.py => storagegateway_info.py (98%) diff --git a/aws_sgw_info.py b/storagegateway_info.py similarity index 98% rename from aws_sgw_info.py rename to storagegateway_info.py index f49299947be..a765300e354 100644 --- a/aws_sgw_info.py +++ b/storagegateway_info.py @@ -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) + - Fetch AWS Storage Gateway information +author: + - Loic Blot (@nerzhul) options: gather_local_disks: description: @@ -42,9 +43,8 @@ required: false default: true extends_documentation_fragment: -- amazon.aws.aws -- amazon.aws.ec2 - + - amazon.aws.aws + - amazon.aws.ec2 ''' RETURN = '''