Execution
Date 08 Oct 2024 15:57:30 +0100
Duration 00:01:08.01
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
177 Hosts
3 Tasks
521 Results
1 Plays
1 Files
0 Records

Task result details

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

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/libexec/platform-python"
}
changed
False
cmd
set -o pipefail
plesk bin extension -l | grep ls-bad-bot-blocker
delta
0:00:00.005930
end
2024-10-08 14:57:35.105219
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
non-zero return code
rc
1
start
2024-10-08 14:57:35.099289
stderr
/bin/bash: line 1: plesk: command not found
stderr_lines
[
    "/bin/bash: line 1: plesk: command not found"
]
stdout

stdout_lines
[]