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
b6ad3b6773
commit
df0adafe66
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ DOCUMENTATION = """
|
||||||
module: ec2_metric_alarm
|
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:
|
description:
|
||||||
- Can create or delete AWS metric alarms
|
- Can create or delete AWS metric alarms.
|
||||||
- Metrics you wish to alarm on must already exist
|
- Metrics you wish to alarm on must already exist.
|
||||||
version_added: "1.6"
|
version_added: "1.6"
|
||||||
author: "Zacharie Eakin (@zeekin)"
|
author: "Zacharie Eakin (@zeekin)"
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue