Execution
Date 03 Apr 2024 08:32:36 +0100
Duration 00:00:04.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
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"  >/dev/null && (cat /etc/exports | grep "/data")
delta
0:00:00.003619
end
2024-04-03 07:32:40.422955
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ntimeout -s SIGKILL 5 ls -la \"/data\"  >/dev/null && (cat /etc/exports | grep \"/data\")\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:40.419336
stderr
ls: cannot access /data: No such file or directory
stderr_lines
[
    "ls: cannot access /data: No such file or directory"
]
stdout

stdout_lines
[]