summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/gather_facts.yml.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
commitba233a0cbad76b4783a03893e7bf4716fbc0f0ec (patch)
treead369728c1edbe3631c8150585659078ae5d7d0b /test/schemas/negative_test/playbooks/gather_facts.yml.md
parentReleasing progress-linux version 6.17.2-3~progress7.99u1. (diff)
downloadansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.tar.xz
ansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.zip
Merging upstream version 24.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/schemas/negative_test/playbooks/gather_facts.yml.md')
-rw-r--r--test/schemas/negative_test/playbooks/gather_facts.yml.md34
1 files changed, 33 insertions, 1 deletions
diff --git a/test/schemas/negative_test/playbooks/gather_facts.yml.md b/test/schemas/negative_test/playbooks/gather_facts.yml.md
index 0eb3a4b..6b8d90a 100644
--- a/test/schemas/negative_test/playbooks/gather_facts.yml.md
+++ b/test/schemas/negative_test/playbooks/gather_facts.yml.md
@@ -63,7 +63,25 @@
"params": {
"type": "boolean"
},
- "schemaPath": "#/properties/gather_facts/type"
+ "schemaPath": "#/oneOf/0/type"
+ },
+ {
+ "instancePath": "/0/gather_facts",
+ "keyword": "pattern",
+ "message": "must match pattern \"^\\{[\\{%](.|[\r\n])*[\\}%]\\}$\"",
+ "params": {
+ "pattern": "^\\{[\\{%](.|[\r\n])*[\\}%]\\}$"
+ },
+ "schemaPath": "#/$defs/full-jinja/pattern"
+ },
+ {
+ "instancePath": "/0/gather_facts",
+ "keyword": "oneOf",
+ "message": "must match exactly one schema in oneOf",
+ "params": {
+ "passingSchemas": null
+ },
+ "schemaPath": "#/oneOf"
},
{
"instancePath": "/0",
@@ -84,6 +102,7 @@ stdout:
```json
{
"status": "fail",
+ "successes": [],
"errors": [
{
"filename": "negative_test/playbooks/gather_facts.yml",
@@ -94,6 +113,11 @@ stdout:
"path": "$[0]",
"message": "'gather_facts', 'hosts', 'tasks' do not match any of the regexes: '^(ansible\\\\.builtin\\\\.)?import_playbook$', 'name', 'tags', 'vars', 'when'"
},
+ "best_deep_match": {
+ "path": "$[0].gather_facts",
+ "message": "'non' is not of type 'boolean'"
+ },
+ "num_sub_errors": 6,
"sub_errors": [
{
"path": "$[0]",
@@ -113,7 +137,15 @@ stdout:
},
{
"path": "$[0].gather_facts",
+ "message": "'non' is not valid under any of the given schemas"
+ },
+ {
+ "path": "$[0].gather_facts",
"message": "'non' is not of type 'boolean'"
+ },
+ {
+ "path": "$[0].gather_facts",
+ "message": "'non' does not match '^\\\\{[\\\\{%](.|[\\r\\n])*[\\\\}%]\\\\}$'"
}
]
}