[ec2] Move note about state=restarted (#31961)
This commit is contained in:
parent
91b5a9b868
commit
0b357ba223
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,6 @@ module: ec2
|
|||
short_description: create, terminate, start or stop an instance in ec2
|
||||
description:
|
||||
- Creates or terminates ec2 instances.
|
||||
- C(state=restarted) was added in 2.2
|
||||
version_added: "0.9"
|
||||
options:
|
||||
key_name:
|
||||
|
@ -235,7 +234,8 @@ options:
|
|||
state:
|
||||
version_added: "1.3"
|
||||
description:
|
||||
- create or terminate instances
|
||||
- create, terminate, start, stop or restart instances.
|
||||
The state 'restarted' was added in 2.2
|
||||
required: false
|
||||
default: 'present'
|
||||
aliases: []
|
||||
|
|
Loading…
Reference in a new issue