Execution
Date
27 Nov 2024 10:59:19 +0000
Duration
00:01:50.31
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
234
Hosts
4
Tasks
696
Results
1
Plays
6
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:15.78
-
PlayCheck if ttl is zero
-
Taskplesk : Check if Plesk binary exists and capture version information
-
Date27 Nov 2024 10:59:46 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/roles/plesk/tasks/main.yml:4)
| Field | Value |
|---|---|
| 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.007417 |
| end |
2024-11-27 10:59:30.762442 |
| 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-11-27 10:59:30.755025 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
18.0.65.2 |
| stdout_lines |
[ "18.0.65.2" ] |