mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Fix win_robocopy flags argument (#19603)
This commit is contained in:
committed by
John R Barker
parent
45c57618b3
commit
2ffb705049
@@ -85,7 +85,9 @@ if ($flags -eq $null) {
|
||||
}
|
||||
}
|
||||
Else {
|
||||
$robocopy_opts += $flags
|
||||
ForEach ($f in $flags.split(" ")) {
|
||||
$robocopy_opts += $f
|
||||
}
|
||||
}
|
||||
|
||||
Set-Attr $result.win_robocopy "purge" $purge
|
||||
|
||||
Reference in New Issue
Block a user