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.005520
end
2025-09-30 07:57:50.974083
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:50.968563
stderr

stderr_lines
[]
stdout
total 20
drwxr-xr-x  3 root root  4096 Oct  1  2020 .
drwxr-xr-x  4 root root  4096 Feb 19  2025 ..
drwxrwxrwt 19 root root 12288 Sep 13 15:10 vps25
stdout_lines
[
    "total 20",
    "drwxr-xr-x  3 root root  4096 Oct  1  2020 .",
    "drwxr-xr-x  4 root root  4096 Feb 19  2025 ..",
    "drwxrwxrwt 19 root root 12288 Sep 13 15:10 vps25"
]