[ec2] Move note about state=restarted (#31961)

This commit is contained in:
Prasad Katti 2017-10-26 04:37:33 -07:00 committed by Will Thames
parent 91b5a9b868
commit 0b357ba223

View file

@ -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: []