Changed Indentation (#31031)

The children 'northeast', 'northwest', 'southwest' weren't properly indented in yaml code.
This commit is contained in:
Siddharth Singh 2017-11-23 04:09:25 +05:30 committed by scottb
parent 283fee90a7
commit 6674b8e155

View file

@ -227,9 +227,9 @@ You can apply variables using ``:vars`` or ``vars:``:
halon_system_timeout: 30 halon_system_timeout: 30
self_destruct_countdown: 60 self_destruct_countdown: 60
escape_pods: 2 escape_pods: 2
northeast: northeast:
northwest: northwest:
southwest: 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. 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: Child groups have a couple of properties to note: