4 lines
184 B
YAML
4 lines
184 B
YAML
|
- 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
|