質問編集履歴
1
説明文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,6 +31,8 @@
|
|
31
31
|
when: chk_hoge.results | select("regex", "installed") | list | length == 1
|
32
32
|
```
|
33
33
|
|
34
|
+
下記JSON形式に見えますが、一部表記がマッチしていない出力があるためstring形式となります。
|
35
|
+
そのため、chk_hoge.results.yumstateとしても値にinstalledが取得できない状態です。
|
34
36
|
```chk_hoge.resultsの内容抜粋
|
35
37
|
・
|
36
38
|
・
|