Json – A more efficient way of using Ansible to compare two lists of dictionaries, and creating a new structure with elements from both
I have an Ansible playbook that is responsible for the creation of items using an API. To check that what I have just created is working I pull status information, post creation, from another API endpoint. I then need to…