ansible_group_priority documentation

The release notes for 2.4 mention a new ansible_group_priority variable. I can’t seem to find this in the docs anywhere. Am I just missing it?

“”“Group loading follows parent/child relationships. Groups of the same ‘patent/child’ level are then merged following alphabetical order. This last one can be superceeded by the user via ansible_group_priority, which defaults to 0 for all groups.”“”

https://github.com/ansible/ansible/blob/b233f3f2969f0f0b0bcd8101f94578149aca46dd/docs/docsite/rst/playbooks_variables.rst#L871

The feature is documented in PR 28777 [1] but someone forgot to include it in 2.4.

[1] https://github.com/ansible/ansible/pull/28777

Got it, thanks guys!