Execution
Date 30 Sep 2025 07:00:53 +0100
Duration 00:00:04.37
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
18 Hosts
1 Tasks
18 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
systemctl status crond.service
delta
0:00:00.257504
end
2025-09-30 06:00:54.984147
invocation
{
    "module_args": {
        "_raw_params": "systemctl status crond.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
non-zero return code
rc
3
start
2025-09-30 06:00:54.726643
stderr

stderr_lines
[]
stdout
● crond.service - Command Scheduler
   Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since Tue 2025-09-30 06:00:44 UTC; 10s ago
  Process: 2171043 ExecStart=/usr/sbin/crond -n $CRONDARGS (code=exited, status=0/SUCCESS)
 Main PID: 2171043 (code=exited, status=0/SUCCESS)

Sep 30 06:00:44 hn22.j.layershift.co.uk systemd[1]: Stopping Command Scheduler...
Sep 30 06:00:44 hn22.j.layershift.co.uk systemd[1]: Stopped Command Scheduler.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
stdout_lines
[
    "\u25cf crond.service - Command Scheduler",
    "   Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; vendor preset: enabled)",
    "   Active: inactive (dead) since Tue 2025-09-30 06:00:44 UTC; 10s ago",
    "  Process: 2171043 ExecStart=/usr/sbin/crond -n $CRONDARGS (code=exited, status=0/SUCCESS)",
    " Main PID: 2171043 (code=exited, status=0/SUCCESS)",
    "",
    "Sep 30 06:00:44 hn22.j.layershift.co.uk systemd[1]: Stopping Command Scheduler...",
    "Sep 30 06:00:44 hn22.j.layershift.co.uk systemd[1]: Stopped Command Scheduler.",
    "Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable."
]