summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/gather_subset4.yml.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/negative_test/playbooks/gather_subset4.yml.md')
-rw-r--r--test/schemas/negative_test/playbooks/gather_subset4.yml.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/gather_subset4.yml.md b/test/schemas/negative_test/playbooks/gather_subset4.yml.md
index ada01cb..6372c84 100644
--- a/test/schemas/negative_test/playbooks/gather_subset4.yml.md
+++ b/test/schemas/negative_test/playbooks/gather_subset4.yml.md
@@ -84,6 +84,7 @@ stdout:
```json
{
"status": "fail",
+ "successes": [],
"errors": [
{
"filename": "negative_test/playbooks/gather_subset4.yml",
@@ -94,6 +95,11 @@ stdout:
"path": "$[0]",
"message": "'gather_subset', 'hosts', 'tasks' do not match any of the regexes: '^(ansible\\\\.builtin\\\\.)?import_playbook$', 'name', 'tags', 'vars', 'when'"
},
+ "best_deep_match": {
+ "path": "$[0].gather_subset",
+ "message": "1 is not of type 'array'"
+ },
+ "num_sub_errors": 4,
"sub_errors": [
{
"path": "$[0]",