workshopper
workshopper copied to clipboard
[RFE] Don't parse variables escaped with pass macro
I'm working on a workshop for Ansible. However, Ansible uses the same syntax for variables as workshopper: {{ varname }}
I can not exclude this from rendering. I've tried to use the pass macros: pass:[{{ varname }}] +++{{ varname }}+++
But neither of the macros works.
Is there any way to show Ansible variables in a workshop?
Hello @rhodix-ewillems . I am having the same issue, did you manage to find any solution so far?