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:
Alexey Shumkin
2017-12-07 02:42:39 +03:00
committed by Dag Wieers
parent 4071cd7a95
commit 6f719ea848
3 changed files with 23 additions and 23 deletions

View File

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