On Thu, Aug 28, 2014 at 12:34 PM, Patrick Heeney
<[email protected]> wrote:

> Even with the widest screens available it is very difficult to read
> everything on one line. For version control as mentioned it is also a lot
> easier to break it up.
>
> Take for example this playbook of mine:
> https://github.com/protobox/protobox/blob/master/lib/ansible/applications/wordpress/tasks/application.yml
>
> It would be difficult to read a lot of those on a single line.

These are all arguments for using full YAML instead of the k=v style.
Not only do you get the benefits of multiple lines, but you also
preserve the type of the arguments whereas in the k=v style everything
is a string.

-- 
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/CAJQqANcV-w0Sp%2BfgoDawZ0zxR%2BYefefb0WHqRCx3Rg5_PFLBqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to