mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
win_get_url - fix glob like paths (#54008)
This commit is contained in:
parent
eb18df1a0f
commit
cf24542e9f
7 changed files with 85 additions and 61 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue