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

  • Status
    OK
  • Duration
    00:00:41.15
  • Play
    Playbook to check if vulnerable
  • Task
    Run iconv command and check for CN-EXT

Field Value
changed
False
cmd
set -o pipefail
iconv -l | grep -E 'CN-?EXT'
delta
0:00:00.004740
end
2024-04-23 16:10:49.039374
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 16:10:49.034634
stderr

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