is there a way to add a tabulator to a template in ansible? I mean
without actually using a tabulator, so it would be easier to spot
while checking the template.
The lineinfile module supports {{\t}}, but that throws errors in my
tests. I also find nothing on the web, but maybe I'm lacking the right
search terms...