mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 11:43:10 +00:00
Return reboot pending as true/false
This commit is contained in:
committed by
Matt Clay
parent
be6ce922a6
commit
7747be71b4
@@ -153,6 +153,9 @@ if ($winrm_cert_expiry)
|
||||
Set-Attr $result.ansible_facts "ansible_winrm_certificate_expires" $winrm_cert_expiry.NotAfter.ToString("yyyy-MM-dd HH:mm:ss")
|
||||
}
|
||||
|
||||
$PendingReboot = Get-PendingRebootStatus
|
||||
Set-Attr $result.ansible_facts "ansible_reboot_pending" $PendingReboot
|
||||
|
||||
# See if Facter is on the System Path
|
||||
Try {
|
||||
$facter_exe = Get-Command facter -ErrorAction Stop
|
||||
|
||||
Reference in New Issue
Block a user