joao/test.yaml

19 lines
260 B
YAML
Raw Normal View History

2023-01-10 07:02:10 +00:00
_config: !!joao
name: some:test
vault: example
# not sorted on purpose
int: 1 # line
# foot
string: "pato"
bool: false
secret: !!secret very secret
nested:
string: quem
int: 1
secret: !!secret very secret
bool: true
list:
- one
- two
- three