HEAD: cee4c416d7de843d0a48e3b75ac32d9aec3f26d5 ## Description When the Role waits for a node to bootstrap (https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/start_one_node.yml#L10) it would wait until timeout (which may be very long). If the bootstrapping failed while it waits the Role would still wait till the timeout wasting precious time. We should improve this and make the Role catch the situation when bootstrapping failed and break out immediately.