Execution
Date 25 Jul 2024 12:13:26 +0100
Duration 00:00:31.39
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
16 Hosts
2 Tasks
20 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    FAILED
  • Duration
    00:00:01.18
  • Play
    Playbook to add to PATH on Plesk servers
  • Task
    Run Plesk command and capture output

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/libexec/platform-python"
}
changed
False
cmd
set -o pipefail
/sbin/plesk -v | grep "Product version" | cut -d ":" -f2
delta
0:00:00.007258
end
2024-07-25 11:13:27.805428
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\n/sbin/plesk -v | grep \"Product version\" | cut -d \":\" -f2\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-07-25 11:13:27.798170
stderr
/bin/bash: line 1: /sbin/plesk: No such file or directory
stderr_lines
[
    "/bin/bash: line 1: /sbin/plesk: No such file or directory"
]
stdout

stdout_lines
[]