Execution
Date 23 Apr 2024 16:02:47 +0100
Duration 00:03:31.77
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
986 Results
1 Plays
1 Files
0 Records

Task result details

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

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python"
}
changed
True
cmd
iconv -l | grep -E 'CN-?EXT'
delta
0:00:00.005032
end
2024-04-23 16:03:29.889109
invocation
{
    "module_args": {
        "_raw_params": "iconv -l | grep -E 'CN-?EXT'",
        "_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-04-23 16:03:29.884077
stderr

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