fix(inventory): add colon for YAML host keys
Changed the inventory file format by appending colons to host names, ensuring valid YAML syntax for host definitions. This update prevents potential parsing issues and enhances clarity and maintainability.
This commit is contained in:
parent
8b95a966e7
commit
317b88a26a
1 changed files with 9 additions and 9 deletions
|
@ -3,12 +3,12 @@ all:
|
|||
children:
|
||||
debian:
|
||||
hosts:
|
||||
lardlad
|
||||
selma
|
||||
edna
|
||||
chimpman
|
||||
frink
|
||||
homer
|
||||
zwergente
|
||||
smaragdente
|
||||
pekingente
|
||||
lardlad:
|
||||
selma:
|
||||
edna:
|
||||
chimpman:
|
||||
frink:
|
||||
homer:
|
||||
zwergente:
|
||||
smaragdente:
|
||||
pekingente:
|
||||
|
|
Loading…
Reference in a new issue