Execution
Date 22 Apr 2026 14:06:55 +0100
Duration 00:01:15.94
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
1 Hosts
17 Tasks
17 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.65
  • Play
    New KVM server provisioning scripts
  • Task
    Install mdjson Python package
  • Host
    kvm024

Field Value
changed
True
cmd
[
    "/usr/bin/pip3",
    "install",
    "mdjson"
]
invocation
{
    "module_args": {
        "chdir": null,
        "editable": false,
        "executable": "pip3",
        "extra_args": null,
        "name": [
            "mdjson"
        ],
        "requirements": null,
        "state": "present",
        "umask": null,
        "version": null,
        "virtualenv": null,
        "virtualenv_command": "virtualenv",
        "virtualenv_python": null,
        "virtualenv_site_packages": false
    }
}
name
[
    "mdjson"
]
requirements None
state
present
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.10.0-py3-none-any.whl (127 kB)
Collecting ply
  Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
Using legacy 'setup.py install' for pandoc, since package 'wheel' is not installed.
Installing collected packages: ply, 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.10.0 ply-3.11
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.10.0-py3-none-any.whl (127 kB)",
    "Collecting ply",
    "  Downloading ply-3.11-py2.py3-none-any.whl (49 kB)",
    "Using legacy 'setup.py install' for pandoc, since package 'wheel' is not installed.",
    "Installing collected packages: ply, 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.10.0 ply-3.11"
]
version None
virtualenv None