Execution
Date 03 Apr 2024 08:32:42 +0100
Duration 00:00:05.44
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
2 Hosts
6 Tasks
6 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
set -o pipefail
timeout -s SIGKILL 5 ls -la "/data/1"  >/dev/null && (cat /etc/exports | grep "/data/1")
delta
0:00:00.005686
end
2024-04-03 07:32:47.207990
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ntimeout -s SIGKILL 5 ls -la \"/data/1\"  >/dev/null && (cat /etc/exports | grep \"/data/1\")\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg
non-zero return code
rc
2
start
2024-04-03 07:32:47.202304
stderr
ls: cannot access /data/1: No such file or directory
stderr_lines
[
    "ls: cannot access /data/1: No such file or directory"
]
stdout

stdout_lines
[]