标签: python jinja2 ansible-template
我正在使用ansible-template(Jinja2),如何获取/查找列表的值索引? 例如:
listvar = ['abc', 'def', 'hij'] # i want get the index of value 'hij', it should get 2
我知道使用for和set,还有其他简单方法吗?
for
set