Execution
Date 06 Aug 2025 16:39:41 +0100
Duration 00:00:23.46
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


Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/libexec/platform-python"
}
changed
True
cmd
ls -la /sys/firmware
delta
0:00:00.007337
end
2025-08-06 15:39:43.116617
invocation
{
    "module_args": {
        "_raw_params": "ls -la /sys/firmware",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-08-06 15:39:43.109280
stderr

stderr_lines
[]
stdout
total 0
drwxr-xr-x  6 root root 0 Jun 12 04:12 .
dr-xr-xr-x 13 root root 0 Jun 12 04:12 ..
drwxr-xr-x  5 root root 0 Jun 12 04:12 acpi
drwxr-xr-x  4 root root 0 Jun 12 04:12 dmi
drwxr-xr-x 10 root root 0 Aug  6 15:39 memmap
drwxr-xr-x  4 root root 0 Aug  6 15:39 qemu_fw_cfg
stdout_lines
[
    "total 0",
    "drwxr-xr-x  6 root root 0 Jun 12 04:12 .",
    "dr-xr-xr-x 13 root root 0 Jun 12 04:12 ..",
    "drwxr-xr-x  5 root root 0 Jun 12 04:12 acpi",
    "drwxr-xr-x  4 root root 0 Jun 12 04:12 dmi",
    "drwxr-xr-x 10 root root 0 Aug  6 15:39 memmap",
    "drwxr-xr-x  4 root root 0 Aug  6 15:39 qemu_fw_cfg"
]