Execution
Date 30 Sep 2024 12:59:28 +0100
Duration 00:00:06.19
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
25 Hosts
1 Tasks
25 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/libexec/platform-python"
}
changed
True
cmd
ls -la /etc/imunify360/whitelist
delta
0:00:00.008226
end
2024-09-30 12:59:30.940345
invocation
{
    "module_args": {
        "_raw_params": "ls -la /etc/imunify360/whitelist",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-09-30 12:59:30.932119
stderr

stderr_lines
[]
stdout
total 8
drwxr-xr-x 2 root root   27 Sep 30 12:48 .
drwxr-xr-x 5 root root  101 Sep 30 12:48 ..
-rw-r--r-- 1 root root 7003 Sep 30 12:48 whitelist.txt
stdout_lines
[
    "total 8",
    "drwxr-xr-x 2 root root   27 Sep 30 12:48 .",
    "drwxr-xr-x 5 root root  101 Sep 30 12:48 ..",
    "-rw-r--r-- 1 root root 7003 Sep 30 12:48 whitelist.txt"
]