[ansible-project] Re: Is there a json module yet?

2016-05-05 Thread Will LaSeur
I'm using a replace to inject the values I get from the user. I just don't really need a template for this one. On Wednesday, May 4, 2016 at 2:27:15 PM UTC-4, ja...@blendlabs.com wrote: > > or from_json filter, modify in ansible, and write it back. > > what's limiting the use of templates? > > O

[ansible-project] Re: Is there a json module yet?

2016-05-04 Thread james
or from_json filter, modify in ansible, and write it back. what's limiting the use of templates? On Monday, May 2, 2016 at 11:59:15 AM UTC-7, Will LaSeur wrote: > > I'm looking for a quick way to update a json file without needing to > template the file. I want to be able to change the values e

[ansible-project] Re: Is there a json module yet?

2016-05-03 Thread Dan Lang
Would the lineinfile module be sufficient? If you're updating a single line in your JSON file, this seems appropriate. On Monday, May 2, 2016 at 2:59:15 PM UTC-4, Will LaSeur wrote: > > I'm looking for a quick way to update a json fil