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

Task result details


Field Value
changed
False
cmd
set -o pipefail
timeout -s SIGKILL 5 ls -la "/opt/tomcat/cdn"  >/dev/null && (cat /etc/exports | grep "/opt/tomcat/cdn")
delta
0:00:00.312729
end
2024-04-03 07:32:10.801380
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ntimeout -s SIGKILL 5 ls -la \"/opt/tomcat/cdn\"  >/dev/null && (cat /etc/exports | grep \"/opt/tomcat/cdn\")\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

rc
0
start
2024-04-03 07:32:10.488651
stderr

stderr_lines
[]
stdout
"/opt/tomcat/cdn"	10.10.120.107(async,rw,no_subtree_check,no_root_squash)
stdout_lines
[
    "\"/opt/tomcat/cdn\"\t10.10.120.107(async,rw,no_subtree_check,no_root_squash)"
]