From 73d6975611c1d3402ac5384d7e68351b8de3adde Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 14 Nov 2017 16:02:30 +0100 Subject: [PATCH] FIX: Missing space in intro_inventory.rst --- docs/docsite/rst/intro_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/intro_inventory.rst b/docs/docsite/rst/intro_inventory.rst index 6f105a1fc5c..012ba3b2544 100644 --- a/docs/docsite/rst/intro_inventory.rst +++ b/docs/docsite/rst/intro_inventory.rst @@ -307,7 +307,7 @@ 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): -- all group (becauseit is the 'parent' of all other groups) +- all group (because it is the 'parent' of all other groups) - parent group - child group - host