I need something like (ansible inventory file):
[example] 127.0.0.1 timezone=\"Europe/Amsterdam\" locales=\"en_US\",\"nl_NL\"
However, ansi
You can custom a filter, to split string to list
Github ansible example show how to create custom filter.