Re: [ansible-project] Re: Parsing json output from uri module

2019-01-29 Thread cortado
Thanks for the reply Matt but debugging with that option lends: TASK [output] * fatal: [localhost]: FAILED! => {"msg": "The task

Re: [ansible-project] Re: Parsing json output from uri module

2019-01-29 Thread Matt Martz
Probably something such as: - debug: msg: "{{ apis.json.APIImplementationInfo|selectattr('AnonymousAccessAllowed')|list }}" On Tue, Jan 29, 2019 at 7:50 AM cortado wrote: > If anyone has a suggestion I'd appreciate it. This is driving me bonkers > and i'm sure I am missing some basic

[ansible-project] Re: Parsing json output from uri module

2019-01-29 Thread cortado
If anyone has a suggestion I'd appreciate it. This is driving me bonkers and i'm sure I am missing some basic understanding. Thanks On Saturday, January 26, 2019 at 10:04:13 AM UTC-6, cortado wrote: > > > > I'm trying to parse the output of a uri request that I have saved in a > variable