mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix a typo in docs: s/patent/parent/ (#44529)
This commit is contained in:
parent
ad0d10db0d
commit
af786cb9d7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue