On 2014/11/09 20:07, Martijn Rijkeboer wrote: > > > We need to consider whether there are other OS which only accept > > the format with whitespace. > > The current Ansible code will put white-space around the '=' character > except for the last line, so if the white-space is mandatory somewhere, > the last line on those systems would be broken. This patch ensures > that no line will receive white-space.
Ha! Yes I am ok with adding this then :-) > > When we've got that information together, if it looks good I think > > we could add it to the port, but it should also be fed upstream > > (pull request is probably the easiest way). > > I've already made a bug report (#287) on the ansible-modules-core github > page. Great, thanks.