Fix wait parameter in ec2 module docs (#19037)

Fixes #18913.
This commit is contained in:
Andy Freeland 2016-12-09 02:51:43 -08:00 committed by John R Barker
commit 72310ff3e8

View file

@ -116,7 +116,7 @@ options:
aliases: []
wait:
description:
- wait for the instance to be 'running' before returning. Does not wait for SSH, see 'wait_for' example for details.
- wait for the instance to reach its desired state before returning. Does not wait for SSH, see 'wait_for' example for details.
required: false
default: "no"
choices: [ "yes", "no" ]