mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
2c7a33f71d
commit
7404d4ce7f
1 changed files with 3 additions and 4 deletions
|
@ -37,7 +37,7 @@ All members of a list are lines beginning at the same indentation level starting
|
||||||
A dictionary is represented in a simple ``key: value`` form (the colon must be followed by a space)::
|
A dictionary is represented in a simple ``key: value`` form (the colon must be followed by a space)::
|
||||||
|
|
||||||
# An employee record
|
# An employee record
|
||||||
- martin:
|
martin:
|
||||||
name: Martin D'vloper
|
name: Martin D'vloper
|
||||||
job: Developer
|
job: Developer
|
||||||
skill: Elite
|
skill: Elite
|
||||||
|
@ -45,9 +45,8 @@ A dictionary is represented in a simple ``key: value`` form (the colon must be f
|
||||||
Dictionaries and lists can also be represented in an abbreviated form if you really want to::
|
Dictionaries and lists can also be represented in an abbreviated form if you really want to::
|
||||||
|
|
||||||
---
|
---
|
||||||
employees:
|
martin: {name: Martin D'vloper, job: Developer, skill: Elite}
|
||||||
- martin: {name: Martin D'vloper, job: Developer, skill: Elite}
|
fruits: ['Apple', 'Orange', 'Strawberry', 'Mango]
|
||||||
fruits: ['Apple', 'Orange', 'Strawberry', 'Mango']
|
|
||||||
|
|
||||||
.. _truthiness:
|
.. _truthiness:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue