Low: tools: show detailed message with crm_resource --force-* failure
Previously, cli_resource_execute_from_params() output the
"resource-agent-action" message (with a detailed action result) only if
services_action_sync() returned true.
However that returns true only when the action exit status is 0, which is
actually the less interesting case for a detailed message. Now, output the
message regardless of the return value, so users can see details for nonzero
exit statuses.