mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Clarify YAML doesn't always use a list as external variables files are hashes.
This commit is contained in:
@@ -20,8 +20,8 @@ is used in practice.
|
|||||||
YAML Basics
|
YAML Basics
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
For `ansible`, every YAML file starts with a list of things
|
For `ansible`, nearly every YAML file starts with a list.
|
||||||
to do. Each item in the list is a list of key/value pairs, commonly
|
Each item in the list is a list of key/value pairs, commonly
|
||||||
called a "hash" or a "dictionary". So, we need to know how
|
called a "hash" or a "dictionary". So, we need to know how
|
||||||
to write lists and dictionaries in YAML.
|
to write lists and dictionaries in YAML.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user