NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Remove failed_when by the elasticsearch service task #257

Closed afeefghannam89 closed 10 months ago

afeefghannam89 commented 10 months ago

We should remove the failed_when on elasticsearch service start task. I as a user of this collection want to know that my elasticsearch service failed while starting it. I would not like to get failure by the API tasks after while and start with debugging to figure out at the end that the service did not start for x reason. Forcing the service start task to not fail will not help or make a work around to the failed service.