Execution
Date
18 Dec 2025 15:20:35 +0000
Duration
00:03:55.96
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
397
Hosts
4
Tasks
1534
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:24.32
-
PlayVerify BotStopper service is stopped when panel.ini flag is false
-
TaskRead BotStopper state from panel.ini
-
Date18 Dec 2025 15:22:51 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10236-check-botstopper-service.yaml:12)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail
grep -i '^botstopperEnabled' /usr/local/psa/admin/conf/panel.ini | awk '{print $3}'
|
| delta |
0:00:00.014442 |
| end |
2025-12-18 23:22:31.445814 |
| failed_when_result |
False |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\ngrep -i '^botstopperEnabled' /usr/local/psa/admin/conf/panel.ini | awk '{print $3}'\n", "_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 |
2025-12-18 23:22:31.431372 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
false
|
| stdout_lines |
[ "false" ] |