summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/vars/dash-in-var-name.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/vars/dash-in-var-name.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/vars/dash-in-var-name.yml.md')
-rw-r--r--test/schemas/negative_test/playbooks/vars/dash-in-var-name.yml.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/vars/dash-in-var-name.yml.md b/test/schemas/negative_test/playbooks/vars/dash-in-var-name.yml.md
index b862e69..6e0a83b 100644
--- a/test/schemas/negative_test/playbooks/vars/dash-in-var-name.yml.md
+++ b/test/schemas/negative_test/playbooks/vars/dash-in-var-name.yml.md
@@ -46,6 +46,7 @@ stdout:
```json
{
"status": "fail",
+ "successes": [],
"errors": [
{
"filename": "negative_test/playbooks/vars/dash-in-var-name.yml",
@@ -56,6 +57,11 @@ stdout:
"path": "$",
"message": "{'foo-bar': '...'} is not of type 'string'"
},
+ "best_deep_match": {
+ "path": "$",
+ "message": "'foo-bar' does not match any of the regexes: '^(?!(False|None|True|and|any_errors_fatal|as|assert|async|await|become|become_exe|become_flags|become_method|become_user|break|check_mode|class|collections|connection|continue|debugger|def|del|diff|elif|else|environment|except|fact_path|finally|for|force_handlers|from|gather_facts|gather_subset|gather_timeout|global|handlers|hosts|if|ignore_errors|ignore_unreachable|import|in|is|lambda|max_fail_percentage|module_defaults|name|no_log|nonlocal|not|or|order|pass|port|post_tasks|pre_tasks|raise|remote_user|return|roles|run_once|serial|strategy|tags|tasks|throttle|timeout|try|vars|vars_files|vars_prompt|while|with|yield)$)[a-zA-Z_][\\\\w]*$'"
+ },
+ "num_sub_errors": 2,
"sub_errors": [
{
"path": "$",