Execution
Date 23 Apr 2024 16:44:31 +0100
Duration 00:04:16.52
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
4 Tasks
1935 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:32.29
  • 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.005035
end
2024-04-23 15:45:59.069009
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 15:45:59.063974
stderr

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