mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
win_get_url - fix glob like paths (#54008)
This commit is contained in:
@@ -290,7 +290,7 @@ Function Invoke-DownloadFile {
|
||||
}
|
||||
|
||||
if ($download) {
|
||||
Copy-Item -Path $tmp_dest -Destination $Dest -Force -WhatIf:$Module.CheckMode > $null
|
||||
Copy-Item -LiteralPath $tmp_dest -Destination $Dest -Force -WhatIf:$Module.CheckMode > $null
|
||||
$Module.Result.changed = $true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user