Excerpts from Steffen Prince's message of 2014-07-25 03:24:19 -0400:
> Pros and cons of module argument syntax styles?
> 
> INI style
> 
>  - module: >
>      key1=val1
>      key2=val2
>      key3=val3
>      key4=val4
> 
> 
> yaml style
> 
>  - module:
>      key1: val1
>      key2: val2
>      key3: val3
>      key4: val4

Personally, I strongly prefer the latter.

I don't think that a general case can be made for one or the other,
though --- just preference.
--
Morgan

-- 
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/1406294649-sup-2573%40al.wesleyan.edu.
For more options, visit https://groups.google.com/d/optout.

Reply via email to