Dependencies between plays

Hello, folks

Is there any possible way to make plays depend on each other? E.g. in the example below do not start play2 if any of the hosts in play1 failed?

`

You can add "any_errors_fatal: true" to play 1.