mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Changed hash_merge to link for ANSIBLE_HASH_BEHAVIOUR (#45996)
* Changed hash_merge, which goes nowhere, to link for ANSIBLE_HASH_BEHAVIOUR * Changed link as per bcoca suggestion
This commit is contained in:
parent
8ef18839a6
commit
76a0323918
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ is an excellent way to track changes to your inventory and host variables.
|
|||
How Variables Are Merged
|
||||
++++++++++++++++++++++++
|
||||
|
||||
By default variables are merged/flattened to the specific host before a play is run. This keeps Ansible focused on the Host and Task, so groups don't really survive outside of inventory and host matching. By default, Ansible overwrites variables including the ones defined for a group and/or host (see the `hash_merge` setting to change this) . The order/precedence is (from lowest to highest):
|
||||
By default variables are merged/flattened to the specific host before a play is run. This keeps Ansible focused on the Host and Task, so groups don't really survive outside of inventory and host matching. By default, Ansible overwrites variables including the ones defined for a group and/or host (see :ref:`DEFAULT_HASH_BEHAVIOUR<DEFAULT_HASH_BEHAVIOUR>`). The order/precedence is (from lowest to highest):
|
||||
|
||||
- all group (because it is the 'parent' of all other groups)
|
||||
- parent group
|
||||
|
|
Loading…
Reference in a new issue