mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Moved AWS modules over to common module fragments
Created common module doc fragment, and applied to all modules that use ec2_connect or connect_to_aws as they definitely share the common doc fragments
This commit is contained in:
parent
5ce6c86595
commit
509561f658
13 changed files with 88 additions and 340 deletions
|
@ -21,7 +21,6 @@ description:
|
|||
- Can create or delete AWS metric alarms
|
||||
- Metrics you wish to alarm on must already exist
|
||||
version_added: "1.6"
|
||||
requirements: [ "boto" ]
|
||||
author: Zacharie Eakin
|
||||
options:
|
||||
state:
|
||||
|
@ -91,6 +90,7 @@ options:
|
|||
description:
|
||||
- A list of the names of action(s) to take when the alarm is in the 'ok' status
|
||||
required: false
|
||||
extends_documentation_fragment: aws
|
||||
"""
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue