mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
Add copyright header to main winrm test playbook.
This commit is contained in:
parent
43236ca0ed
commit
2654f7b200
2 changed files with 18 additions and 2 deletions
|
@ -79,4 +79,4 @@ else
|
|||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden
|
||||
Start-Process -FilePath "$powershell\$filename" -ArgumentList /quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue