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" ]
backup:
description:
- When this argument is configured true, the module will backup
@ -56,7 +56,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