workshopper icon indicating copy to clipboard operation
workshopper copied to clipboard

[RFE] Don't parse variables escaped with pass macro

Open rhodix-ewillems opened this issue 5 years ago • 1 comments

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?

rhodix-ewillems avatar Jun 21 '19 08:06 rhodix-ewillems

Hello @rhodix-ewillems . I am having the same issue, did you manage to find any solution so far?

radudd avatar Nov 21 '19 13:11 radudd