mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix typo in inventory docs (#37577)
This commit is contained in:
@@ -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 surive 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 the `hash_merge` setting to change this) . The order/precedence is (from lowest to highest):
|
||||
|
||||
- all group (because it is the 'parent' of all other groups)
|
||||
- parent group
|
||||
|
||||
Reference in New Issue
Block a user