On Tuesday, 4 December 2018 19:07:16 CET John Harmon wrote: > Thx Piotr. That works. I was hoping to be able to do this without shell, > but I haven't been able to find another way around it either.
A lot more code. First use the slurp module to fetch the content and store it to a variable. The result is base64 encode, so you need to use b64decode filer and then you can use the regex filter. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1790748.YVOaK3FVaT%40x1. For more options, visit https://groups.google.com/d/optout.
