質問編集履歴

1

説明文修正

2023/04/24 06:54

投稿

khaii21
khaii21

スコア66

test CHANGED
File without changes
test CHANGED
@@ -36,5 +36,7 @@
36
36
  selectattr("stdout_lines", "match", "hoge.repo")
37
37
  selectattr("stdout_lines", "eq", "hoge.repo")
38
38
 
39
+ 下記の行をコメントアウトした場合、エラーは解消されます。
40
+ when: command1_result.stdout | selectattr("stdout_lines", "contains", "hoge.repo") | list | length == 0
39
41
 
40
42