Execution
Date 05 Nov 2024 12:18:16 +0000
Duration 00:00:08.20
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
1 Hosts
4 Tasks
4 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:06.04
  • Play
    Playbook to upgrade agent360 agent via pip
  • Task
    Upgrade agent360 package via pip

Field Value
changed
True
cmd
[
    "/usr/libexec/platform-python",
    "-m",
    "pip.__main__",
    "install",
    "-U",
    "agent360"
]
invocation
{
    "module_args": {
        "chdir": null,
        "editable": false,
        "executable": null,
        "extra_args": null,
        "name": [
            "agent360"
        ],
        "requirements": null,
        "state": "latest",
        "umask": null,
        "version": null,
        "virtualenv": null,
        "virtualenv_command": "virtualenv",
        "virtualenv_python": null,
        "virtualenv_site_packages": false
    }
}
name
[
    "agent360"
]
requirements None
state
latest
stderr
WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead.
stderr_lines
[
    "WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead."
]
stdout
Collecting agent360
  Downloading https://files.pythonhosted.org/packages/fd/fa/21107d623f983a0cf714c1ec351bc6fe6b457d3237f854601db5b0cfef7f/agent360-1.3.0-py3-none-any.whl (67kB)
Collecting certifi (from agent360)
  Downloading https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl (167kB)
Collecting future (from agent360)
  Downloading https://files.pythonhosted.org/packages/da/71/ae30dadffc90b9006d77af76b393cb9dfbfc9629f339fc1574a1c52e6806/future-1.0.0-py3-none-any.whl (491kB)
Collecting configparser (from agent360)
  Downloading https://files.pythonhosted.org/packages/2b/af/0e28626b47c84172a112397f034bb1b6349960ca6e0fe7c96666e0ccae69/configparser-5.2.0-py3-none-any.whl
Collecting distro (from agent360)
  Downloading https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl
Collecting netifaces (from agent360)
  Downloading https://files.pythonhosted.org/packages/47/49/bf6c18d33682ec5cca15ba37f86d0a04979cfa15a9e51c86673c1831d04c/netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Collecting psutil (from agent360)
  Downloading https://files.pythonhosted.org/packages/26/10/2a30b13c61e7cf937f4adf90710776b7918ed0a9c434e2c38224732af310/psutil-6.1.0.tar.gz (508kB)
Installing collected packages: certifi, future, configparser, distro, netifaces, psutil, agent360
  Running setup.py install for psutil: started
    Running setup.py install for psutil: finished with status 'done'
Successfully installed agent360-1.3.0 certifi-2024.8.30 configparser-5.2.0 distro-1.9.0 future-1.0.0 netifaces-0.11.0 psutil-6.1.0
stdout_lines
[
    "Collecting agent360",
    "  Downloading https://files.pythonhosted.org/packages/fd/fa/21107d623f983a0cf714c1ec351bc6fe6b457d3237f854601db5b0cfef7f/agent360-1.3.0-py3-none-any.whl (67kB)",
    "Collecting certifi (from agent360)",
    "  Downloading https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl (167kB)",
    "Collecting future (from agent360)",
    "  Downloading https://files.pythonhosted.org/packages/da/71/ae30dadffc90b9006d77af76b393cb9dfbfc9629f339fc1574a1c52e6806/future-1.0.0-py3-none-any.whl (491kB)",
    "Collecting configparser (from agent360)",
    "  Downloading https://files.pythonhosted.org/packages/2b/af/0e28626b47c84172a112397f034bb1b6349960ca6e0fe7c96666e0ccae69/configparser-5.2.0-py3-none-any.whl",
    "Collecting distro (from agent360)",
    "  Downloading https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl",
    "Collecting netifaces (from agent360)",
    "  Downloading https://files.pythonhosted.org/packages/47/49/bf6c18d33682ec5cca15ba37f86d0a04979cfa15a9e51c86673c1831d04c/netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
    "Collecting psutil (from agent360)",
    "  Downloading https://files.pythonhosted.org/packages/26/10/2a30b13c61e7cf937f4adf90710776b7918ed0a9c434e2c38224732af310/psutil-6.1.0.tar.gz (508kB)",
    "Installing collected packages: certifi, future, configparser, distro, netifaces, psutil, agent360",
    "  Running setup.py install for psutil: started",
    "    Running setup.py install for psutil: finished with status 'done'",
    "Successfully installed agent360-1.3.0 certifi-2024.8.30 configparser-5.2.0 distro-1.9.0 future-1.0.0 netifaces-0.11.0 psutil-6.1.0"
]
version None
virtualenv None