Hi all,

I'm a bit unsure about YAML syntax regarding lists. Could someone please verify 
that the following two lists are equivalent?


No indentation for list items:
---
test:
- a
- b
- c

Indentation for list items:
---
test:
  - a
  - b
  - c


Thanks,

        Uwe

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/57582ED1.8000509%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to