mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
fixed: win_copy: typo "file file" (double "file") (#33620)
* fixed: win_copy: typo "file file" (double "file") Signed-off-by: Alexey Shumkin <Alex.Crezoff@gmail.com> * Add quotes around filenames/directories * Fix tests for new quotes * Fix tests for new quotes * One more ? * Another one...
This commit is contained in:
committed by
Dag Wieers
parent
4071cd7a95
commit
6f719ea848
@@ -24,7 +24,7 @@
|
||||
src: foo.txt
|
||||
dest: '{{test_win_copy_path}}\missing-dir\foo.txt'
|
||||
register: fail_missing_parent_dir
|
||||
failed_when: "'Destination directory ' + test_win_copy_path + '\\missing-dir does not exist' not in fail_missing_parent_dir.msg"
|
||||
failed_when: "'does not exist' not in fail_missing_parent_dir.msg"
|
||||
|
||||
- name: fail to copy an encrypted file without the password set
|
||||
win_copy:
|
||||
|
||||
Reference in New Issue
Block a user