mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 05:41:04 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user