mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add basic tests for win_get_url and win_msi modules.
This commit is contained in:
@@ -79,4 +79,4 @@ else
|
||||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden -Wait
|
||||
Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden
|
||||
|
||||
Reference in New Issue
Block a user