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.”“”
The feature is documented in PR 28777 [1] but someone forgot to include it in 2.4.
Got it, thanks guys!