Execution
Date 05 Jan 2026 11:57:16 +0000
Duration 00:03:57.18
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
395 Hosts
4 Tasks
1529 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:22.83
  • Play
    Verify BotStopper service is stopped when panel.ini flag is false
  • Task
    Read BotStopper state from panel.ini

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.007561
end
2026-01-05 11:58:58.601415
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
2026-01-05 11:58:58.593854
stderr

stderr_lines
[]
stdout
false
stdout_lines
[
    "false"
]