mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add state=running on some ec2 examples
`state=running` was missing in some of the ec2 module examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user