mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update documentation YAML syntax.
This commit is contained in:
parent
95c79ad483
commit
c729bf209c
2 changed files with 2 additions and 7 deletions
|
@ -15,10 +15,8 @@
|
|||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
DOCUMENTATION = """
|
||||
|
||||
---
|
||||
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:
|
||||
- Can create or delete AWS metric alarms
|
||||
- Metrics you wish to alarm on must already exist
|
||||
|
@ -93,8 +91,6 @@ options:
|
|||
description:
|
||||
- A list of the names of action(s) to take when the alarm is in the 'ok' status
|
||||
required: false
|
||||
|
||||
---
|
||||
"""
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module:ec2_scaling_policy
|
||||
module: ec2_scaling_policy
|
||||
short_description: Create or delete AWS scaling policies for Autoscaling groups
|
||||
description:
|
||||
- Can create or delete scaling policies for autoscaling groups
|
||||
|
|
Loading…
Reference in a new issue