Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/83260/head
Abhijeet Kasurde 2 weeks ago
parent 0b4f4d9dfd
commit 92d688a712

@ -127,7 +127,7 @@ class FreeBSDHardware(Hardware):
cmd = [sysctl_cmd, '-b', 'kern.boottime']
# We need to get raw bytes, not UTF-8.
rc, out, _ = self.module.run_command(cmd, encoding=None)
rc, out, dummy = self.module.run_command(cmd, encoding=None)
# kern.boottime returns seconds and microseconds as two 64-bits
# fields, but we are only interested in the first field.

Loading…
Cancel
Save