mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 21:39:10 -07:00
Remove duplicate documentation fields
This commit is contained in:
parent
7404418cbd
commit
255c4b01a8
8 changed files with 3 additions and 20 deletions
|
@ -24,7 +24,7 @@ short_description: Send Amazon Simple Notification Service (SNS) messages
|
|||
description:
|
||||
- The M(sns) module sends notifications to a topic on your Amazon SNS account
|
||||
version_added: 1.6
|
||||
author: "Michael J. Schultz (@mjschultz)"
|
||||
author: "Michael J. Schultz (@mjschultz)"
|
||||
options:
|
||||
msg:
|
||||
description:
|
||||
|
@ -78,7 +78,6 @@ options:
|
|||
aliases: ['aws_region', 'ec2_region']
|
||||
|
||||
requirements: [ "boto" ]
|
||||
author: Michael J. Schultz
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue