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

  • Status
    CHANGED
  • Duration
    00:00:01.78
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    vps1.chi

Field Value
changed
True
cmd
ls -la /vz/vmprivate/backups
delta
0:00:00.002842
end
2025-09-30 01:57:52.106745
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 01:57:52.103903
stderr

stderr_lines
[]
stdout
total 12
drwxr-xr-x 3 root root 4096 Mar 26  2021 .
drwxr-xr-x 4 root root 4096 Jan 14  2024 ..
drwxrwxrwt 1 root root 4096 Sep 17 09:39 vps1
stdout_lines
[
    "total 12",
    "drwxr-xr-x 3 root root 4096 Mar 26  2021 .",
    "drwxr-xr-x 4 root root 4096 Jan 14  2024 ..",
    "drwxrwxrwt 1 root root 4096 Sep 17 09:39 vps1"
]