Ansible json query is giving correct number of items but they are all null
I have a simple ansible play. I want to call a rest endpoint several times. I want to filter the result: only orders where the total for a product is less than 1000. By comparing the number of items in products array and in the resulted array the filtering is working.
piping to json_query in Ansible reveals no result?
I have an Ansible playbook that amongst other generates a Let’s Encrypt certificate by cert-manager
on my cluster server.