Execution
Date
25 Sep 2024 12:19:57 +0100
Duration
00:02:40.46
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
165
Hosts
8
Tasks
1306
Results
1
Plays
11
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:17.21
-
PlayPlaybook to check if there is left cron as per RM9718
-
Taskplesk : Check if Plesk binary exists and capture version information
-
Date25 Sep 2024 12:20:16 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/roles/plesk/tasks/main.yml:4)
| Field | Value |
|---|---|
| ansible_facts |
{ "discovered_interpreter_python": "/usr/libexec/platform-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.011382 |
| end |
2024-09-25 11:20:00.147548 |
| 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 |
2024-09-25 11:20:00.136166 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
18.0.63.4 |
| stdout_lines |
[ "18.0.63.4" ] |