a51a6f4a25
Fixes #51359 * Update default search paths * Fix returns for args and command, don't allow conversion * Reorganize tests * Fix test for Azure Pipelines
3 lines
185 B
YAML
3 lines
185 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
|