Merge pull request #2222 from pgilad/patch-1

Add state=running on some ec2 examples
This commit is contained in:
Brian Coca 2015-11-02 19:12:25 -05:00
commit 59b87836d1

View file

@ -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