gpt4 book ai didi

ansible - 如何根据条件打破 with_items 循环

转载 作者:行者123 更新时间:2023-12-02 02:48:35 24 4
gpt4 key购买 nike

我想根据条件跳出 with_items 循环。为了参数的缘故,该条件是命令的标准输出是否等于特定字符串。

显然下面的示例不起作用,但这是我想做的事情的想法。

例如:

- name: testing loop
shell: "echo {{ item }}"
with_items:
- "one"
- "two"
- "three"
register: shell_command # registering the shell command and it's attributes
when: shell_command.stdout == "two" # break once the stdout of the run shell command matches the string "two". So it will run twice and break on the second.

最佳答案

目前这似乎不可能,如您所见here .存在一个未经测试的 hack在那里。

关于ansible - 如何根据条件打破 with_items 循环,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53171738/

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