openshift-evangelists / workshopper

Workshop content rendering tool
63 stars 42 forks source link

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

Open rhodix-ewillems opened 5 years ago

rhodix-ewillems commented 5 years ago

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?

radudd commented 4 years ago

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