Update documentation YAML syntax.
This commit is contained in:
parent
2a80987436
commit
595689a9ef
2 changed files with 2 additions and 7 deletions
|
@ -15,10 +15,8 @@
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
DOCUMENTATION = """
|
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
|
||||||
|
@ -93,8 +91,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- A list of the names of action(s) to take when the alarm is in the 'ok' status
|
- A list of the names of action(s) to take when the alarm is in the 'ok' status
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
---
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
module: ec2_scaling_policy
|
||||||
module:ec2_scaling_policy
|
|
||||||
short_description: Create or delete AWS scaling policies for Autoscaling groups
|
short_description: Create or delete AWS scaling policies for Autoscaling groups
|
||||||
description:
|
description:
|
||||||
- Can create or delete scaling policies for autoscaling groups
|
- Can create or delete scaling policies for autoscaling groups
|
||||||
|
|
Loading…
Add table
Reference in a new issue