From 7fd74c20897f65f12ea10e6e103326de0f3368c3 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Mar 2018 08:04:29 +0000 Subject: [PATCH] Fix typo in inventory docs (#37577) --- docs/docsite/rst/user_guide/intro_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/intro_inventory.rst b/docs/docsite/rst/user_guide/intro_inventory.rst index b5202a319a..dede9639cc 100644 --- a/docs/docsite/rst/user_guide/intro_inventory.rst +++ b/docs/docsite/rst/user_guide/intro_inventory.rst @@ -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