Execution
Date 18 Mar 2024 12:22:05 +0000
Duration 00:00:03.62
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.2.dev2
Python 3.10.10
Summary
10 Hosts
1 Tasks
10 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.42
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm03

Field Value
changed
True
cmd
systemctl status kcare.service
delta
0:00:00.018764
end
2024-03-18 12:22:07.174531
invocation
{
    "module_args": {
        "_raw_params": "systemctl status kcare.service",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-03-18 12:22:07.155767
stderr

stderr_lines
[]
stdout
● kcare.service - Loads kernelcare patches on startup
   Loaded: loaded (/usr/lib/systemd/system/kcare.service; enabled; vendor preset: disabled)
   Active: active (exited) since Thu 2023-05-11 15:50:53 UTC; 10 months 7 days ago
 Main PID: 3816 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 1648329)
   Memory: 0B
   CGroup: /system.slice/kcare.service

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
stdout_lines
[
    "\u25cf kcare.service - Loads kernelcare patches on startup",
    "   Loaded: loaded (/usr/lib/systemd/system/kcare.service; enabled; vendor preset: disabled)",
    "   Active: active (exited) since Thu 2023-05-11 15:50:53 UTC; 10 months 7 days ago",
    " Main PID: 3816 (code=exited, status=0/SUCCESS)",
    "    Tasks: 0 (limit: 1648329)",
    "   Memory: 0B",
    "   CGroup: /system.slice/kcare.service",
    "",
    "Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable."
]