mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -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
|
@ -7,7 +7,6 @@ description:
|
|||
- Can create or delete scaling policies for autoscaling groups
|
||||
- Referenced autoscaling groups must already exist
|
||||
version_added: "1.6"
|
||||
requirements: [ "boto" ]
|
||||
author: Zacharie Eakin
|
||||
options:
|
||||
state:
|
||||
|
@ -40,6 +39,7 @@ options:
|
|||
description:
|
||||
- The minimum period of time between which autoscaling actions can take place
|
||||
required: false
|
||||
extends_documentation_fragment: aws
|
||||
"""
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue