ansible meta 'end_playbook'?

Hii

There is the ‘end_play’ meta task that will end the current play.
We use playbooks that have several plays, so end_play will just end that specific play, and then continue to the next play.

Is there a way to stop the entire playbook?
I would welcome a ‘end_playbook’ meta action :slight_smile:

thx

Dick

Likewise, the ‘end_role’ is a much requested feature to help simplify role logic.

https://github.com/ansible/ansible/issues/22286