mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix syntax error in intro_inventory yaml example (#34960)
This commit is contained in:
parent
835dd30d50
commit
2a6156a9d8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ A YAML version would look like:
|
|||
|
||||
all:
|
||||
hosts:
|
||||
mail.example.com
|
||||
mail.example.com:
|
||||
children:
|
||||
webservers:
|
||||
hosts:
|
||||
|
|
Loading…
Reference in a new issue