Merge pull request #478 from mikeputnam/devel
Clarify possible variable value in the docs.
This commit is contained in:
commit
cd2406528c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- If state is "present", stack will be created. If state is "present" and if stack exists and template has changed, it will be updated.
|
- If state is "present", stack will be created. If state is "present" and if stack exists and template has changed, it will be updated.
|
||||||
If state is absent, stack will be removed.
|
If state is "absent", stack will be removed.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue