summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/var_files_list_of_list_number.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/negative_test/playbooks/var_files_list_of_list_number.yml')
-rw-r--r--test/schemas/negative_test/playbooks/var_files_list_of_list_number.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/var_files_list_of_list_number.yml b/test/schemas/negative_test/playbooks/var_files_list_of_list_number.yml
new file mode 100644
index 0000000..7170010
--- /dev/null
+++ b/test/schemas/negative_test/playbooks/var_files_list_of_list_number.yml
@@ -0,0 +1,5 @@
+---
+- name: var_files should not accept array[number]
+ hosts: localhost
+ vars_files:
+ - [0, 1]