Execution
Date 16 Dec 2024 13:00:41 +0000
Duration 00:02:19.33
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
296 Hosts
3 Tasks
882 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
touch /opt/imunify-ls.flag
ls -la /opt/imunify-ls.flag
delta
0:00:00.010309
end
2024-12-16 13:02:40.638200
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ntouch /opt/imunify-ls.flag\nls -la /opt/imunify-ls.flag\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-12-16 13:02:40.627891
stderr

stderr_lines
[]
stdout
-rw-r--r-- 1 root root 0 Dec 16 13:02 /opt/imunify-ls.flag
stdout_lines
[
    "-rw-r--r-- 1 root root 0 Dec 16 13:02 /opt/imunify-ls.flag"
]