Execution
Date 21 Apr 2026 12:18:33 +0100
Duration 00:00:19.01
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
8 Hosts
6 Tasks
48 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.29
  • Play
    Playbook to run update script
  • Task
    Check 360 service status
  • Host
    m25

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.015497
end
2026-04-21 11:18:48.119824
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-04-21 11:18:48.104327
stderr

stderr_lines
[]
stdout
2
stdout_lines
[
    "2"
]