I have got a debug msg in ansible in the below format:
"msg": [ "Output: test output ", "ABC: some text ", "", "Master ", "Location: test location ", "URL: https://www.google.com " ] }
Now I want to retrieve the URL value from the above output, which i will use in rest of the ansible script. How can i get this URL which is "http://www.google.com", in this exact format? Please help.