mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Added logging to UpgradeToPS3.ps1
UpgradeToPS3.ps1 failed when tested with Ansible. Added logging output to file C:\powershell\install.log.
This commit is contained in:
@@ -68,4 +68,4 @@ else
|
||||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
."$powershellpath\$filename" /quiet
|
||||
."$powershellpath\$filename" /quiet /log "C:\powershell\install.log"
|
||||
Reference in New Issue
Block a user