gpt4 book ai didi

python - 神社 : variable inside string inside if statement

转载 作者:太空宇宙 更新时间:2023-11-04 08:39:25 24 4
gpt4 key购买 nike

我正在尝试在神社中创建以下循环:

variable: >
[
{% for replaceme in list %}
{
'name': "{{ "string-{{replaceme}}" if replaceme == 'somevalue' else "string-something-{{replaceme}}" }}",
'sshKey': "{{ lookup(...) }}"
}
{% if not loop.last %},{% endif %}
{% endfor %}
]

但这行不通,有什么想法吗?我尝试了不同的引号、不同的 curl 组合等。

最佳答案

不允许嵌套 {{..}}

尝试:{{ "string-"+replacement of replacement == 'somevalue' else "string-something"+replaceme }}

关于python - 神社 : variable inside string inside if statement,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45916196/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com