Fix `wait` parameter in ec2 module docs (#19037)

Fixes #18913.
pull/18999/head
Andy Freeland 8 years ago committed by John R Barker
parent 2b47246e94
commit 72310ff3e8

@ -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" ]

Loading…
Cancel
Save