You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would really appreciate having a ansible_os_install_date fact. Managing more than 200 win servers with ansible, things sometimes need to be rolled out to newer servers first, before applying these changes to the older ones.
The OS Install date can be determined with: Get-CimInstance Win32_OperatingSystem |Select-Object -ExpandProperty InstallDate
ISSUE TYPE
Bug Report
COMPONENT NAME
setup
The text was updated successfully, but these errors were encountered:
Does this fact exist in another location like the registry. We are trying to avoid adding any extra calls to WMI/CIM because it slows the overall module down and non-admins cannot access this information.
It looks like it may be present on the InstallTime registry value
SUMMARY
I would really appreciate having a
ansible_os_install_date
fact. Managing more than 200 win servers with ansible, things sometimes need to be rolled out to newer servers first, before applying these changes to the older ones.The OS Install date can be determined with:
Get-CimInstance Win32_OperatingSystem |Select-Object -ExpandProperty InstallDate
ISSUE TYPE
COMPONENT NAME
setup
The text was updated successfully, but these errors were encountered: