Document ignore_state
Added documentation for ignore_state and updated the example since you would really only use this module if you are going to register it to a variable.
This commit is contained in:
parent
3e5a33f106
commit
509188bfd9
1 changed files with 7 additions and 1 deletions
|
@ -45,6 +45,12 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: All Regions
|
default: All Regions
|
||||||
aliases: []
|
aliases: []
|
||||||
|
ignore_state:
|
||||||
|
description:
|
||||||
|
- instance state that should be ignored such as terminated.
|
||||||
|
required: false
|
||||||
|
default: terminated
|
||||||
|
aliases: []
|
||||||
author:
|
author:
|
||||||
- "Michael Schuett (@michaeljs1990)"
|
- "Michael Schuett (@michaeljs1990)"
|
||||||
extends_documentation_fragment: aws
|
extends_documentation_fragment: aws
|
||||||
|
@ -57,7 +63,7 @@ EXAMPLES = '''
|
||||||
- ec2_search:
|
- ec2_search:
|
||||||
key: mykey
|
key: mykey
|
||||||
value: myvalue
|
value: myvalue
|
||||||
|
register: servers
|
||||||
'''
|
'''
|
||||||
try:
|
try:
|
||||||
import boto
|
import boto
|
||||||
|
|
Loading…
Reference in a new issue