Execution
Date
13 Mar 2026 07:21:21 +0000
Duration
00:13:03.03
Controller
ssh-gw-4.layershift.com
User
root
Versions
Ansible
2.16.13
ara
1.7.4 / 1.7.4
Python
3.10.10
Summary
397
Hosts
7
Tasks
2755
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:08.09
-
PlayPlaybook to run install a plugin
-
TaskCheck 360 service status
-
Date13 Mar 2026 07:24:38 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10327-update-plugins.yaml:20)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail
service_time=$(systemctl show -p ActiveEnterTimestamp agent360.service | awk -F'=' '{print $2}')
service_epoch=$(date -d "$service_time" +%s)
current_time=$(date +%s)
time_diff=$((current_time - service_epoch))
echo $time_diff
|
| delta |
0:00:00.023900 |
| end |
2026-03-13 07:24:31.200569 |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\nservice_time=$(systemctl show -p ActiveEnterTimestamp agent360.service | awk -F'=' '{print $2}')\nservice_epoch=$(date -d \"$service_time\" +%s)\ncurrent_time=$(date +%s)\ntime_diff=$((current_time - service_epoch))\necho $time_diff\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 |
2026-03-13 07:24:31.176669 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
31
|
| stdout_lines |
[ "31" ] |