Replace BOOLEANS with true/false

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

View file

@ -93,7 +93,7 @@ options:
without first checking if already configured.
required: false
default: false
choices: BOOLEANS
choices: [ "true", "false" ]
config:
description:
- The module, by default, will connect to the remote device and

View file

@ -46,7 +46,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
@ -56,7 +56,7 @@ options:
device settings.
required: false
default: false
choices: BOOLEANS
choices: [ "true", "false" ]
backup:
description:
- When this argument is configured true, the module will backup
@ -65,7 +65,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