Execution
Date 11 Jun 2025 09:59:59 +0100
Duration 00:00:07.89
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
26 Hosts
1 Tasks
26 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
systemctl status crond
delta
0:00:00.375576
end
2025-06-11 09:00:01.094142
invocation
{
    "module_args": {
        "_raw_params": "systemctl status crond",
        "_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-06-11 09:00:00.718566
stderr

stderr_lines
[]
stdout
● crond.service - Command Scheduler
   Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since Wed 2025-06-11 08:59:18 UTC; 42s ago
  Process: 4354 ExecStart=/usr/sbin/crond -n $CRONDARGS (code=exited, status=0/SUCCESS)
 Main PID: 4354 (code=exited, status=0/SUCCESS)

Jun 11 08:59:18 hn23.j.layershift.co.uk systemd[1]: Stopping Command Scheduler...
Jun 11 08:59:18 hn23.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 Wed 2025-06-11 08:59:18 UTC; 42s ago",
    "  Process: 4354 ExecStart=/usr/sbin/crond -n $CRONDARGS (code=exited, status=0/SUCCESS)",
    " Main PID: 4354 (code=exited, status=0/SUCCESS)",
    "",
    "Jun 11 08:59:18 hn23.j.layershift.co.uk systemd[1]: Stopping Command Scheduler...",
    "Jun 11 08:59:18 hn23.j.layershift.co.uk systemd[1]: Stopped Command Scheduler.",
    "Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable."
]