Yaml: Difference between revisions

From DWIKI
mNo edit summary
Line 3: Line 3:
*[http://rigaux.org/language-study/syntax-across-languages-per-language/YAML.html Yaml syntax]
*[http://rigaux.org/language-study/syntax-across-languages-per-language/YAML.html Yaml syntax]
*[http://docs.ansible.com/ansible/latest/YAMLSyntax.html Ansible YAML syntax]
*[http://docs.ansible.com/ansible/latest/YAMLSyntax.html Ansible YAML syntax]
=Syntax=
==Booleans==
(Probably?) case sensitive
===True===
y
yes
on
true
===False
n
no
off
false
[[Category:Languages]]

Revision as of 16:26, 23 September 2022

Links

Syntax

Booleans

(Probably?) case sensitive

True

y yes on true ===False n no off false