|
|
|
@ -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
|
|
|
|
|