From af786cb9d72db0b792144537914f45a8667a62ba Mon Sep 17 00:00:00 2001 From: Pilou Date: Wed, 22 Aug 2018 23:05:42 +0200 Subject: [PATCH] Fix a typo in docs: s/patent/parent/ (#44529) --- docs/docsite/rst/user_guide/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_variables.rst b/docs/docsite/rst/user_guide/playbooks_variables.rst index c78cf8acf3..d51c7aa8f8 100644 --- a/docs/docsite/rst/user_guide/playbooks_variables.rst +++ b/docs/docsite/rst/user_guide/playbooks_variables.rst @@ -864,7 +864,7 @@ Basically, anything that goes into "role defaults" (the defaults folder inside t If multiple groups have the same variable, the last one loaded wins. If you define a variable twice in a play's ``vars:`` section, the second one wins. .. note:: The previous describes the default config ``hash_behaviour=replace``, switch to ``merge`` to only partially overwrite. -.. note:: Group loading follows parent/child relationships. Groups of the same 'patent/child' level are then merged following alphabetical order. +.. note:: Group loading follows parent/child relationships. Groups of the same 'parent/child' level are then merged following alphabetical order. This last one can be superceeded by the user via ``ansible_group_priority``, which defaults to ``1`` for all groups.