Remove duplicate documentation fields

This commit is contained in:
Toshio Kuratomi 2016-01-28 09:20:37 -08:00 committed by Matt Clay
parent 7404418cbd
commit 255c4b01a8
8 changed files with 3 additions and 20 deletions

View file

@ -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 = """