mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 08:34:21 -07: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:
|
all:
|
||||||
hosts:
|
hosts:
|
||||||
mail.example.com
|
mail.example.com:
|
||||||
children:
|
children:
|
||||||
webservers:
|
webservers:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue