Merge pull request #2222 from pgilad/patch-1
Add state=running on some ec2 examples
This commit is contained in:
commit
59b87836d1
1 changed files with 2 additions and 0 deletions
|
@ -481,6 +481,7 @@ EXAMPLES = '''
|
|||
#
|
||||
|
||||
- ec2:
|
||||
state: running
|
||||
key_name: mykey
|
||||
instance_type: c1.medium
|
||||
image: ami-40603AD1
|
||||
|
@ -498,6 +499,7 @@ EXAMPLES = '''
|
|||
#
|
||||
|
||||
- ec2:
|
||||
state: running
|
||||
key_name: mykey
|
||||
instance_type: c1.medium
|
||||
image: ami-40603AD1
|
||||
|
|
Loading…
Reference in a new issue