mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
win_copy: allow src to have invalid windows chars (#31392)
* win_copy: allow src to have invalid windows chars * create file with colon instead of avoid checkout errors
This commit is contained in:
parent
14b9a6b350
commit
c4b51009f0
5 changed files with 37 additions and 4 deletions
|
@ -0,0 +1,6 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65653164323866373138353632323531393664393563633665373635623763353561386431373366
|
||||
3232353263363034313136663062623336663463373966320a333763323032646463386432626161
|
||||
36386330356637666362396661653935653064623038333031653335626164376465353235303636
|
||||
3335616231663838620a303632343938326538656233393562303162343261383465623261646664
|
||||
33613932343461626339333832363930303962633364303736376634396364643861
|
|
@ -0,0 +1,5 @@
|
|||
This directory contains some files that have been encrypted with ansible-vault.
|
||||
|
||||
This is to test out the decrypt parameter in win_copy.
|
||||
|
||||
The password is: password
|
|
@ -0,0 +1,6 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30353665333635633433356261616636356130386330363962386533303566313463383734373532
|
||||
3933643234323638623939613462346361313431363939370a303532656338353035346661353965
|
||||
34656231633238396361393131623834316262306533663838336362366137306562646561383766
|
||||
6363373965633337640a373666336461613337346131353564383134326139616561393664663563
|
||||
3431
|
Loading…
Add table
Add a link
Reference in a new issue