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

pull/32189/head
Prasad Katti 8 years ago committed by Will Thames
parent 91b5a9b868
commit 0b357ba223

@ -25,7 +25,6 @@ module: ec2
short_description: create, terminate, start or stop an instance in ec2 short_description: create, terminate, start or stop an instance in ec2
description: description:
- Creates or terminates ec2 instances. - Creates or terminates ec2 instances.
- C(state=restarted) was added in 2.2
version_added: "0.9" version_added: "0.9"
options: options:
key_name: key_name:
@ -235,7 +234,8 @@ options:
state: state:
version_added: "1.3" version_added: "1.3"
description: description:
- create or terminate instances - create, terminate, start, stop or restart instances.
The state 'restarted' was added in 2.2
required: false required: false
default: 'present' default: 'present'
aliases: [] aliases: []

Loading…
Cancel
Save