Execution
Date 30 Sep 2025 07:57:50 +0100
Duration 00:00:02.46
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
4 Hosts
1 Tasks
4 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
ls -la /vz/vmprivate/backups
delta
0:00:00.005464
end
2025-09-30 07:57:51.580950
invocation
{
    "module_args": {
        "_raw_params": "ls -la /vz/vmprivate/backups",
        "_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-09-30 07:57:51.575486
stderr

stderr_lines
[]
stdout
total 12
drwxr-xr-x 3 root root 4096 Oct  1  2020 .
drwxr-xr-x 5 root root 4096 Mar 18  2021 ..
drwxrwxrwt 1 root root 4096 Sep 13 15:10 vps24
stdout_lines
[
    "total 12",
    "drwxr-xr-x 3 root root 4096 Oct  1  2020 .",
    "drwxr-xr-x 5 root root 4096 Mar 18  2021 ..",
    "drwxrwxrwt 1 root root 4096 Sep 13 15:10 vps24"
]