Fixes solaris (sunos) uptime in ansible facts module (#54626)

* correct uptime on solaris by using system boot_time instead of snaptime
* add unit test
This commit is contained in:
Anatoly Pugachev
2019-04-16 01:01:24 +03:00
committed by Sam Doran
parent 91a664a93e
commit b28c73af62
3 changed files with 24 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- facts - change to use boot_time on a solaris OS to report correct uptime (https://github.com/ansible/ansible/issues/53635)