Execution
Date
21 Jul 2025 15:45:11 +0100
Duration
00:00:04.87
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
-
StatusOK
-
Duration00:00:02.28
-
PlayPlaybook to upgrade agent360 agent via pip
-
TaskUpgrade agent360 package via pip
-
Date21 Jul 2025 15:45:13 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/agent360_upgrade.yaml:6)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail
pip$(head -1 $(which agent360)| awk -F "python" '{print $2}') install --upgrade agent360
|
| delta |
0:00:01.696772 |
| end |
2025-07-21 15:45:13.830733 |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\npip$(head -1 $(which agent360)| awk -F \"python\" '{print $2}') install --upgrade agent360\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
|
| rc |
0 |
| start |
2025-07-21 15:45:12.133961 |
| stderr |
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3.6 install --user` instead. |
| stderr_lines |
[ "WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3.6 install --user` instead." ] |
| stdout |
Collecting agent360
Downloading https://files.pythonhosted.org/packages/42/30/08e08075a2992b981324de5126a90a9a6358b71b40e6a295ba157651e98e/agent360-1.3.4-py3-none-any.whl (70kB)
Requirement already up-to-date: psutil in /usr/local/lib64/python3.6/site-packages (from agent360)
Requirement already up-to-date: netifaces in /usr/local/lib64/python3.6/site-packages (from agent360)
Requirement already up-to-date: configparser in /usr/local/lib/python3.6/site-packages (from agent360)
Requirement already up-to-date: future in /usr/local/lib/python3.6/site-packages (from agent360)
Requirement already up-to-date: distro in /usr/local/lib/python3.6/site-packages (from agent360)
Requirement already up-to-date: certifi in /usr/local/lib/python3.6/site-packages (from agent360)
Installing collected packages: agent360
Found existing installation: agent360 1.3.3
Uninstalling agent360-1.3.3:
Successfully uninstalled agent360-1.3.3
Successfully installed agent360-1.3.4
|
| stdout_lines |
[ "Collecting agent360", " Downloading https://files.pythonhosted.org/packages/42/30/08e08075a2992b981324de5126a90a9a6358b71b40e6a295ba157651e98e/agent360-1.3.4-py3-none-any.whl (70kB)", "Requirement already up-to-date: psutil in /usr/local/lib64/python3.6/site-packages (from agent360)", "Requirement already up-to-date: netifaces in /usr/local/lib64/python3.6/site-packages (from agent360)", "Requirement already up-to-date: configparser in /usr/local/lib/python3.6/site-packages (from agent360)", "Requirement already up-to-date: future in /usr/local/lib/python3.6/site-packages (from agent360)", "Requirement already up-to-date: distro in /usr/local/lib/python3.6/site-packages (from agent360)", "Requirement already up-to-date: certifi in /usr/local/lib/python3.6/site-packages (from agent360)", "Installing collected packages: agent360", " Found existing installation: agent360 1.3.3", " Uninstalling agent360-1.3.3:", " Successfully uninstalled agent360-1.3.3", "Successfully installed agent360-1.3.4" ] |