Documentation
Vars
The rash
context has variables associated to use as MiniJinja templates.
You can use them everywhere except in Yaml keys. rash
will render them at execution time.
There are two kinds of variables:
debug
To show all variables in current context:
- debug:
msg: "{{ debug() }}"