Add missing periods to description items.

Current theme used by docs.ansible.com displays description items on one line. Adding periods helps readability.
reviewable/pr18780/r1
cspollar 9 years ago committed by René Moser
parent b6ad3b6773
commit df0adafe66

@ -18,8 +18,8 @@ DOCUMENTATION = """
module: ec2_metric_alarm
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
- Can create or delete AWS metric alarms.
- Metrics you wish to alarm on must already exist.
version_added: "1.6"
author: "Zacharie Eakin (@zeekin)"
options:

Loading…
Cancel
Save