Execution
Date 18 Mar 2024 12:09:03 +0000
Duration 00:00:09.44
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
16 Hosts
4 Tasks
64 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.07
  • Play
    Check if kcare.service is present and running
  • Task
    Check if kcare.service is running

Field Value
changed
True
cmd
[
    "systemctl",
    "is-active",
    "kcare.service"
]
delta
0:00:00.009060
end
2024-03-18 12:09:09.475710
invocation
{
    "module_args": {
        "_raw_params": "systemctl is-active kcare.service",
        "_uses_shell": false,
        "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:09:09.466650
stderr

stderr_lines
[]
stdout
active
stdout_lines
[
    "active"
]