Execution
Date 23 Apr 2024 16:10:32 +0100
Duration 00:03:12.62
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
495 Hosts
3 Tasks
987 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python"
}
changed
False
cmd
set -o pipefail
iconv -l | grep -E 'CN-?EXT'
delta
0:00:00.002793
end
2024-04-23 10:10:40.095381
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\niconv -l | grep -E 'CN-?EXT'\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-23 10:10:40.092588
stderr

stderr_lines
[]
stdout
ISO-2022-CN-EXT//
ISO2022CNEXT//
stdout_lines
[
    "ISO-2022-CN-EXT//",
    "ISO2022CNEXT//"
]