Fix the documentation booleans so they use "yes" and "no"

Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
This commit is contained in:
Dag Wieers
2013-03-12 13:18:12 +01:00
parent 77198b09e9
commit 50b7964f8e
25 changed files with 53 additions and 37 deletions

View File

@@ -32,7 +32,8 @@ options:
description:
- If a stacks fails to form, rollback will remove the stack
required: false
default: false
default: "no"
choices: [ "yes", "no" ]
aliases: []
template_parameters:
description:
@@ -63,7 +64,8 @@ options:
description:
- Wait while the stack is being created/updated/deleted.
required: false
default: true
default: "yes"
choices: [ "yes", "no" ]
aliases: []
examples:
@@ -72,7 +74,7 @@ examples:
- name: launch ansible cloudformation example
cloudformation: >
stack_name="ansible-cloudformation" state=present
region=us-east-1 disable_rollback=true
region=us-east-1 disable_rollback=yes
template=files/cloudformation-example.json
args:
template_parameters: