mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Changed Indentation (#31031)
The children 'northeast', 'northwest', 'southwest' weren't properly indented in yaml code.
This commit is contained in:
parent
283fee90a7
commit
6674b8e155
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue