Execution
Date 18 Apr 2024 16:10:04 +0100
Duration 00:00:02.67
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.2.dev2
Python 3.10.10
Summary
5 Hosts
1 Tasks
5 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
ls -la /opt/
delta
0:00:00.010550
end
2024-04-18 15:10:06.049997
invocation
{
    "module_args": {
        "_raw_params": "ls -la /opt/",
        "_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
2024-04-18 15:10:06.039447
stderr

stderr_lines
[]
stdout
total 0
drwxr-xr-x.  2 root root   6 Oct  9  2021 .
dr-xr-xr-x. 17 root root 244 Apr  2 12:32 ..
stdout_lines
[
    "total 0",
    "drwxr-xr-x.  2 root root   6 Oct  9  2021 .",
    "dr-xr-xr-x. 17 root root 244 Apr  2 12:32 .."
]