Skip to content

Instantly share code, notes, and snippets.

@solarkennedy
Created May 26, 2019 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solarkennedy/297a48b9ac372feee7e25b48f792c610 to your computer and use it in GitHub Desktop.
Save solarkennedy/297a48b9ac372feee7e25b48f792c610 to your computer and use it in GitHub Desktop.
All Yaml Booleans
---
- false
- False
- FALSE
- n
- N
- no
- No
- NO
- off
- Off
- OFF
- on
- On
- ON
- true
- True
- TRUE
- y
- Y
- yes
- Yes
- YES
[
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment