The variable $https_listener cannot be retrieved because it has not been set.
This commit is contained in:
parent
72970ab7a8
commit
70f7f144e0
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ Set-Attr $result.ansible_facts "ansible_powershell_version" $psversion
|
||||||
|
|
||||||
$winrm_https_listener_parent_path = Get-ChildItem -Path WSMan:\localhost\Listener -Recurse | Where-Object {$_.PSChildName -eq "Transport" -and $_.Value -eq "HTTPS"} | select PSParentPath
|
$winrm_https_listener_parent_path = Get-ChildItem -Path WSMan:\localhost\Listener -Recurse | Where-Object {$_.PSChildName -eq "Transport" -and $_.Value -eq "HTTPS"} | select PSParentPath
|
||||||
$winrm_https_listener_path = $null
|
$winrm_https_listener_path = $null
|
||||||
|
$https_listener = $null
|
||||||
|
|
||||||
|
|
||||||
if ($winrm_https_listener_parent_path ) {
|
if ($winrm_https_listener_parent_path ) {
|
||||||
$winrm_https_listener_path = $winrm_https_listener_parent_path.PSParentPath.Substring($winrm_https_listener_parent_path.PSParentPath.LastIndexOf("\"))
|
$winrm_https_listener_path = $winrm_https_listener_parent_path.PSParentPath.Substring($winrm_https_listener_parent_path.PSParentPath.LastIndexOf("\"))
|
||||||
|
|
Loading…
Reference in a new issue