What are placeholders in YAML?
Answer
They allow you reference values instead of directly writing them and it is used like this:
username: {{ my.user_name }}
They allow you reference values instead of directly writing them and it is used like this:
username: {{ my.user_name }}