Execution
Date
06 Aug 2025 17:43:45 +0100
Duration
00:00:23.37
Controller
ssh-gw-4.layershift.com
User
root
Versions
Ansible
2.16.11
ara
1.7.2 / 1.7.2
Python
3.10.10
Summary
36
Hosts
1
Tasks
36
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:03.03
-
PlayPlaybook to check if we are in EFI mode or not
-
TaskCheck if we are or not
-
Date06 Aug 2025 17:43:49 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/check_efi_boot_enabled.yaml:6)
| Field | Value |
|---|---|
| changed |
True |
| cmd |
set -o pipefail efibootmgr # [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS |
| delta |
0:00:00.013978 |
| end |
2025-08-06 17:43:46.917285 |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\nefibootmgr\n# [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
|
| rc |
0 |
| start |
2025-08-06 17:43:46.903307 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
BootCurrent: 0002 Timeout: 0 seconds BootOrder: 0002,0001,0000,0003 Boot0000* UiApp Boot0001* UEFI Misc Device Boot0002* AlmaLinux Boot0003* EFI Internal Shell |
| stdout_lines |
[ "BootCurrent: 0002", "Timeout: 0 seconds", "BootOrder: 0002,0001,0000,0003", "Boot0000* UiApp", "Boot0001* UEFI Misc Device", "Boot0002* AlmaLinux", "Boot0003* EFI Internal Shell" ] |