Subsequent play do not runs when upper one fails

Hi,

i have a condition where lower plays don’t get executed when upper play fail on some condition . i need to run my second play also inside same yml file if above play gets fail, how can i do this ?? play with localhost group dont get executed.

my play looks like below-

put the previous play in a block and use 'rescue' to avoid total play faliure

by design if a play fully fails, it terminates the current run