On Monday, April 6, 2015 at 10:51:31 PM UTC+2, James Cammarata wrote:
>
> Hi Gabrielle, did this happen prior to 1.9.0.1?
>

I quickly checked 1.8 which behaves like 1.9.0.1 and 1.7 which behaves as I 
would expect:

>>> import ansible
>>> ansible.__version__
'1.7'
>>> from ansible.module_utils.splitter import split_args 
>>> split_args('content="  a\n  b"')  
[u'content="  a\n  b"']

i.e. the spaces before 'b' are not removed.

Gabriele

-- 
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/94b542df-b733-43bd-be29-73fce71fd6b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to