I have role X with tasks a,b,c,d.
And I have another role Y with tasks e,f,g,h.
And I have host Z whcih I want to apply role X and role Y to.
If task b failed, how to let ansible continue to working on the rest task(e, f, g, h) in role Y?
Task b failed and I don’t want to let ansible run task c and d,
so “ignore_errors: yes” is not solution for me.