mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 19:50:25 -07:00
win_copy: added decrypt option (#31291)
This commit is contained in:
parent
1353aae456
commit
f2bc89a880
3 changed files with 77 additions and 5 deletions
|
@ -28,6 +28,12 @@ options:
|
|||
specified value. This is for simple values, for anything complex or with
|
||||
formatting please switch to the template module.
|
||||
version_added: "2.3"
|
||||
decrypt:
|
||||
description:
|
||||
- This option controls the autodecryption of source files using vault.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
version_added: "2.5"
|
||||
dest:
|
||||
description:
|
||||
- Remote absolute path where the file should be copied to. If src is a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue