mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
members of a list must start with `- `
This commit is contained in:
@@ -25,7 +25,7 @@ Ansible or not) should begin with ``---``. This is part of the YAML
|
||||
format and indicates the start of a document.
|
||||
|
||||
All members of a list are lines beginning at the same indentation level starting
|
||||
with a ``-`` (dash) character::
|
||||
with a ``- `` (dash and whitespace) character::
|
||||
|
||||
---
|
||||
# A list of tasty fruits
|
||||
|
||||
Reference in New Issue
Block a user