Add state=running on some ec2 examples
`state=running` was missing in some of the ec2 module examples
This commit is contained in:
parent
3ad19e75cc
commit
9cb4388f9e
1 changed files with 2 additions and 0 deletions
|
@ -478,6 +478,7 @@ EXAMPLES = '''
|
|||
#
|
||||
|
||||
- ec2:
|
||||
state: running
|
||||
key_name: mykey
|
||||
instance_type: c1.medium
|
||||
image: ami-40603AD1
|
||||
|
@ -495,6 +496,7 @@ EXAMPLES = '''
|
|||
#
|
||||
|
||||
- ec2:
|
||||
state: running
|
||||
key_name: mykey
|
||||
instance_type: c1.medium
|
||||
image: ami-40603AD1
|
||||
|
|
Loading…
Reference in a new issue