Execution
Date 13 Mar 2025 10:32:58 +0000
Duration 00:00:38.47
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
91 Hosts
3 Tasks
269 Results
1 Plays
6 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:09.95
  • Play
    Playbook to run rm tasks
  • Task
    plesk : Check if Plesk binary exists and capture version information

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python"
}
changed
False
cmd
set -o pipefail
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.004198
end
2025-03-13 06:33:05.827584
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nif [ -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
2025-03-13 06:33:05.823386
stderr

stderr_lines
[]
stdout
18.0.67.3
stdout_lines
[
    "18.0.67.3"
]