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?
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?