Hi,
I would like to assign dictionnary variable to a another variable like that :
---
dict1:
key1: 'value1'
key2: 'value2'
dict2: {{dict1}}
This doesn't work because, it's break the yaml syntax, if I use dict2: "{{dict1}}" , dict2 is a string where dict1 is transform as a string.
How can I make the assigment to have dict2 as a dictionnary and not a string ?
Thanks in advance for your answers,
Best regards,
Julien