Execution
Date 22 Apr 2026 13:22:19 +0100
Duration 00:03:22.86
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
15 Tasks
15 Results
1 Plays
1 Files
0 Records

Task result details

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

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)
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.10.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.10.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.10.0"
]
version None
virtualenv None