Execution
Date 06 Sep 2024 12:36:57 +0100
Duration 00:01:13.64
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
134 Hosts
4 Tasks
530 Results
1 Plays
6 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:08.42
  • Play
    Test playbook
  • Task
    plesk : Check if Plesk binary exists and capture version information

Field Value
changed
False
cmd
if [ -x /sbin/plesk ]; then
  /sbin/plesk -v | grep "Product version" | cut -d ":" -f2 | sed "s/^[ \t]*//" | awk '{print $NF}'
fi
delta
0:00:00.005181
end
2024-09-06 11:37:24.789662
invocation
{
    "module_args": {
        "_raw_params": "if [ -x /sbin/plesk ]; then\n  /sbin/plesk -v | grep \"Product version\" | cut -d \":\" -f2 | sed \"s/^[ \\t]*//\" | awk '{print $NF}'\nfi\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-09-06 11:37:24.784481
stderr

stderr_lines
[]
stdout

stdout_lines
[]