summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/reboot/tasks/get_boot_time.yml
blob: 7f79770a158897148dba3f62e43bf89b89e3e5b9 (plain)
1
2
3
- name: Get current boot time
  command: "{{ _boot_time_command[ansible_facts['distribution'] | lower] | default('cat /proc/sys/kernel/random/boot_id') }}"
  register: before_boot_time