Add missing periods to description items.
Current theme used by docs.ansible.com displays description items on one line. Adding periods helps readability.
This commit is contained in:
parent
e006fac22d
commit
7dc0dcc59e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue