Default value cannot be setted for array Next not works: ``` action: options: - name: applications type: array default: ['foo', 'bar', 'fuzz', 'qux'] ``` output: ``` panic: interface conversion: interface {} is nil, not string ```