Commit c729bf20 by Michael DeHaan

Update documentation YAML syntax.

parent 95c79ad4
......@@ -15,10 +15,8 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION = """
---
module: ec2_metric_alarm
short_description: Create/update or delete AWS Cloudwatch 'metric alarms'
short_description: "Create/update or delete AWS Cloudwatch 'metric alarms'"
description:
- Can create or delete AWS metric alarms
- Metrics you wish to alarm on must already exist
......@@ -93,8 +91,6 @@ options:
description:
- A list of the names of action(s) to take when the alarm is in the 'ok' status
required: false
---
"""
EXAMPLES = '''
......
#!/usr/bin/python
DOCUMENTATION = """
---
module:ec2_scaling_policy
module: ec2_scaling_policy
short_description: Create or delete AWS scaling policies for Autoscaling groups
description:
- Can create or delete scaling policies for autoscaling groups
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment