Execution
Date 16 Dec 2024 12:59:01 +0000
Duration 00:00:02.42
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
1 Hosts
2 Tasks
2 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
set -o pipefail
touch /opt/imunify-ls.flag
ls -la /opt/imunify-ls.flag
delta
0:00:00.008024
end
2024-12-16 12:59:03.328088
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
non-zero return code
rc
2
start
2024-12-16 12:59:03.320064
stderr
touch: cannot touch '/opt/imunify-ls.flag': No such file or directory
ls: cannot access '/opt/imunify-ls.flag': No such file or directory
stderr_lines
[
    "touch: cannot touch '/opt/imunify-ls.flag': No such file or directory",
    "ls: cannot access '/opt/imunify-ls.flag': No such file or directory"
]
stdout

stdout_lines
[]