i am working with Ansible and i am trying to retrieve the values of multiple tags from one xml. I have found how to retrieve the value from 1 tag, but i need to retrieve the values from many different tags. In particular, i know that if you want to retrieve 1 tag's value you do in your playbook sth like this: How to parse a XML response in ansible?
So I can use this xml module, but what do I do if I want to have more than one 'xpath' ?