summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/vas_prompt.yml.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/negative_test/playbooks/vas_prompt.yml.md')
-rw-r--r--test/schemas/negative_test/playbooks/vas_prompt.yml.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/vas_prompt.yml.md b/test/schemas/negative_test/playbooks/vas_prompt.yml.md
index d2d809d..ca1863f 100644
--- a/test/schemas/negative_test/playbooks/vas_prompt.yml.md
+++ b/test/schemas/negative_test/playbooks/vas_prompt.yml.md
@@ -75,6 +75,7 @@ stdout:
```json
{
"status": "fail",
+ "successes": [],
"errors": [
{
"filename": "negative_test/playbooks/vas_prompt.yml",
@@ -85,6 +86,11 @@ stdout:
"path": "$[0]",
"message": "'hosts' does not match any of the regexes: '^(ansible\\\\.builtin\\\\.)?import_playbook$', 'name', 'tags', 'vars', 'when'"
},
+ "best_deep_match": {
+ "path": "$[0].vars_prompt[0]",
+ "message": "Additional properties are not allowed ('tags' was unexpected)"
+ },
+ "num_sub_errors": 5,
"sub_errors": [
{
"path": "$[0]",