Execution
Date 21 Oct 2025 12:54:13 +0100
Duration 00:00:04.02
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
1 Hosts
2 Tasks
2 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
set -o pipefail
plesk db "select distinct h.php_handler_id from domains d join hosting h on h.dom_id=d.id join sys_users s on s.id=h.sys_user_id where h.php_handler_id LIKE 'alt-%-fpm' order by h.php_handler_id"
delta
0:00:00.020379
end
2025-10-21 12:54:17.521647
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nplesk db \"select distinct h.php_handler_id from domains d join hosting h on h.dom_id=d.id join sys_users s on s.id=h.sys_user_id where h.php_handler_id LIKE 'alt-%-fpm' order by h.php_handler_id\"\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-10-21 12:54:17.501268
stderr

stderr_lines
[]
stdout
+----------------+
| php_handler_id |
+----------------+
| alt-php72-fpm  |
| alt-php73-fpm  |
| alt-php74-fpm  |
| alt-php80-fpm  |
| alt-php81-fpm  |
| alt-php82-fpm  |
| alt-php83-fpm  |
+----------------+
stdout_lines
[
    "+----------------+",
    "| php_handler_id |",
    "+----------------+",
    "| alt-php72-fpm  |",
    "| alt-php73-fpm  |",
    "| alt-php74-fpm  |",
    "| alt-php80-fpm  |",
    "| alt-php81-fpm  |",
    "| alt-php82-fpm  |",
    "| alt-php83-fpm  |",
    "+----------------+"
]