Execution
Date 10 Feb 2025 08:13:45 +0000
Duration 00:00:05.60
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
20 Hosts
1 Tasks
20 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    FAILED
  • Duration
    00:00:01.87
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm010

Field Value
changed
True
cmd
pip3 --list | grep md
delta
0:00:00.281215
end
2025-02-10 08:13:47.348609
invocation
{
    "module_args": {
        "_raw_params": "pip3 --list | grep md",
        "_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
non-zero return code
rc
1
start
2025-02-10 08:13:47.067394
stderr
Usage:   
  pip3 <command> [options]

no such option: --list
stderr_lines
[
    "",
    "Usage:   ",
    "  pip3 <command> [options]",
    "",
    "no such option: --list"
]
stdout

stdout_lines
[]