mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Add basic tests for win_get_url and win_msi modules.
This commit is contained in:
parent
618b47cd77
commit
43236ca0ed
4 changed files with 79 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue