From 6674b8e155a5f74b3efc4791a1d6cdd20ea61cee Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Thu, 23 Nov 2017 04:09:25 +0530 Subject: [PATCH] Changed Indentation (#31031) The children 'northeast', 'northwest', 'southwest' weren't properly indented in yaml code. --- docs/docsite/rst/intro_inventory.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/intro_inventory.rst b/docs/docsite/rst/intro_inventory.rst index 6591d3a793b..02c4b4c5316 100644 --- a/docs/docsite/rst/intro_inventory.rst +++ b/docs/docsite/rst/intro_inventory.rst @@ -227,9 +227,9 @@ You can apply variables using ``:vars`` or ``vars:``: halon_system_timeout: 30 self_destruct_countdown: 60 escape_pods: 2 - northeast: - northwest: - southwest: + northeast: + northwest: + southwest: If you need to store lists or hash data, or prefer to keep host and group specific variables separate from the inventory file, see the next section. Child groups have a couple of properties to note: