/srv/irclogs.ubuntu.com/2020/10/31/#cloud-init.txt

danzarovout of curiosity, about that "Format for 'users' key must be a comma separated string or a dictionary or a list and not NoneType" you got when using the "set list" powersj. I discovered a way to make it works01:08
danzarovsince i have this variable called usernamelist that comes from terraform as a string01:09
danzarovi just do this:01:09
danzarov{% set list1 = "${usernamelist}".split(',') %}01:09
danzarovthen i can iterate just like we were doing01:09
danzarov{% for name in list1 %}01:09
danzarov:D01:09

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!