summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/reboot/vars/main.yml
blob: 0e1997c48e96f953711c3dbc3f1ed49949a9df26 (plain)
1
2
3
4
5
6
7
8
9
_boot_time_command:
  freebsd: '/sbin/sysctl kern.boottime'
  openbsd: '/sbin/sysctl kern.boottime'
  macosx: 'who -b'
  solaris: 'who -b'
  sunos: 'who -b'

_timeout_value:
  solaris: 120