Replace BOOLEANS with true/false

This commit is contained in:
John Barker
2016-04-02 12:13:46 +01:00
committed by Matt Clay
parent b3bc4bc97f
commit d531eb146d
7 changed files with 12 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ options:
without first checking if already configured.
required: false
default: false
choices: BOOLEANS
choices: [ "true", "false" ]
include_defaults:
description:
- The module, by default, will collect the current device
@@ -58,7 +58,7 @@ options:
does not support such a flag, this argument is silently ignored.
required: false
default: false
choices: BOOLEANS
choices: [ "true", "false" ]
backup:
description:
- When this argument is configured true, the module will backup
@@ -67,7 +67,7 @@ options:
the root of the playbook directory.
required: false
default: false
choices: BOOLEANS
choices: [ "true", "false" ]
config:
description:
- The module, by default, will connect to the remote device and