Execution
Date 08 Oct 2024 15:52:55 +0100
Duration 00:00:03.52
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
1 Hosts
4 Tasks
4 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.06
  • Play
    Playbook to find ls-bad-bot-blocker installs
  • Task
    On plesk server check if ls-bad-bot-blocker extension is installed

Field Value
changed
False
cmd
set -o pipefail
plesk bin extension -l | grep ls-bad-bot-blocker
delta
0:00:00.185245
end
2024-10-08 14:52:58.632372
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nplesk bin extension -l | grep ls-bad-bot-blocker \n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-10-08 14:52:58.447127
stderr

stderr_lines
[]
stdout
ls-bad-bot-blocker - Bad Bot Blocker
stdout_lines
[
    "ls-bad-bot-blocker - Bad Bot Blocker"
]