|
|
@ -84,10 +84,10 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- "Set to C(yes) to indicate the archived file is already on the remote system and not local to the Ansible controller."
|
|
|
|
- "Set to C(yes) to indicate the archived file is already on the remote system and not local to the Ansible controller."
|
|
|
|
- "This option is mutually exclusive with C(copy)."
|
|
|
|
- "This option is mutually exclusive with C(copy)."
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: "no"
|
|
|
|
default: "no"
|
|
|
|
choices: ["yes", "no"]
|
|
|
|
choices: ["yes", "no"]
|
|
|
|
version_added: "2.2"
|
|
|
|
version_added: "2.2"
|
|
|
|
validate_certs:
|
|
|
|
validate_certs:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- This only applies if using a https url as the source of the file.
|
|
|
|
- This only applies if using a https url as the source of the file.
|
|
|
|