Playbook #1

/root/kubeinit/ci/builds/bsU8uCNn/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
27 Apr 2024 08:37:34 +0000 00:14:17.82 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 7 10 778 845 48 1

Task result details

Field Value
changed
True
cmd
set -o pipefail
python3 -m pip install cryptography==3.3.2 passlib
delta
0:00:05.881451
end
2024-04-27 08:44:31.759866
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\npython3 -m pip install cryptography==3.3.2 passlib\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-04-27 08:44:25.878415
stderr
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
stderr_lines
[
    "WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv"
]
stdout
Collecting cryptography==3.3.2
  Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB)
Collecting passlib
  Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Collecting cffi>=1.12
  Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)
Collecting six>=1.4.1
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pycparser
  Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Installing collected packages: pycparser, six, cffi, passlib, cryptography
Successfully installed cffi-1.16.0 cryptography-3.3.2 passlib-1.7.4 pycparser-2.22 six-1.16.0
stdout_lines
[
    "Collecting cryptography==3.3.2",
    "  Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB)",
    "Collecting passlib",
    "  Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB)",
    "Collecting cffi>=1.12",
    "  Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)",
    "Collecting six>=1.4.1",
    "  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)",
    "Collecting pycparser",
    "  Downloading pycparser-2.22-py3-none-any.whl (117 kB)",
    "Installing collected packages: pycparser, six, cffi, passlib, cryptography",
    "Successfully installed cffi-1.16.0 cryptography-3.3.2 passlib-1.7.4 pycparser-2.22 six-1.16.0"
]