-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
6 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- aws_sgw_info - the ``aws_sgw_info`` module has been renamed to ``storagegateway_info``, ``aws_sgw_info`` remains as an alias (https://github.com/ansible-collections/community.aws/pull/1301). |
8 changes: 4 additions & 4 deletions
8
docs/community.aws.aws_sgw_info_module.rst → ...munity.aws.storagegateway_info_module.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -42,9 +43,8 @@ | |
required: false | ||
default: true | ||
extends_documentation_fragment: | ||
- amazon.aws.aws | ||
- amazon.aws.ec2 | ||
- amazon.aws.aws | ||
- amazon.aws.ec2 | ||
''' | ||
|
||
RETURN = ''' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters