Execution
Date
10 Feb 2025 08:16:17 +0000
Duration
00:00:07.32
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
-
Date10 Feb 2025 08:16:20 +0000
-
Module / Actionshell (Ad-Hoc: shell: pip3 install mdjson:1)
| Field | Value |
|---|---|
| changed |
True |
| cmd |
pip3 install mdjson |
| delta |
0:00:01.539337 |
| end |
2025-02-10 08:16:20.367627 |
| invocation |
{ "module_args": { "_raw_params": "pip3 install mdjson", "_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 |
2025-02-10 08:16:18.828290 |
| 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 mdjson
Downloading mdjson-0.1.0-py3-none-any.whl (5.8 kB)
Collecting pandoc
Downloading pandoc-2.4.tar.gz (34 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting plumbum
Downloading plumbum-1.9.0-py3-none-any.whl (127 kB)
Requirement already satisfied: ply in /usr/lib/python3.9/site-packages (from pandoc->mdjson) (3.11)
Using legacy 'setup.py install' for pandoc, since package 'wheel' is not installed.
Installing collected packages: plumbum, pandoc, mdjson
Running setup.py install for pandoc: started
Running setup.py install for pandoc: finished with status 'done'
Successfully installed mdjson-0.1.0 pandoc-2.4 plumbum-1.9.0
|
| stdout_lines |
[ "Collecting mdjson", " Downloading mdjson-0.1.0-py3-none-any.whl (5.8 kB)", "Collecting pandoc", " Downloading pandoc-2.4.tar.gz (34 kB)", " Preparing metadata (setup.py): started", " Preparing metadata (setup.py): finished with status 'done'", "Collecting plumbum", " Downloading plumbum-1.9.0-py3-none-any.whl (127 kB)", "Requirement already satisfied: ply in /usr/lib/python3.9/site-packages (from pandoc->mdjson) (3.11)", "Using legacy 'setup.py install' for pandoc, since package 'wheel' is not installed.", "Installing collected packages: plumbum, pandoc, mdjson", " Running setup.py install for pandoc: started", " Running setup.py install for pandoc: finished with status 'done'", "Successfully installed mdjson-0.1.0 pandoc-2.4 plumbum-1.9.0" ] |