Make a variable that has a list with **only one** value equal to a varaible with one default value. Example: ``` vars: - varTwo(foo) - varOne[bar] # Should be hanlded the same way as varTwo ```
Make a variable that has a list with only one value equal to a varaible with one default value.
Example: