Description
Have a way to access (as a dictionary?) or iterate over task variables. Especially required vars that were passed to task.
Useful to log all variables or pass-through all variables to shell script using e.g. {{ toJson .TASK_REQUIRED_VARS }}
I know I can use {{toJson . }} but it pichs all ENV variables as well.
Description
Have a way to access (as a dictionary?) or iterate over task variables. Especially required vars that were passed to task.
Useful to log all variables or pass-through all variables to shell script using e.g.
{{ toJson .TASK_REQUIRED_VARS }}I know I can use
{{toJson . }}but it pichs all ENV variables as well.