diff options
Diffstat (limited to 'test/schemas/negative_test/playbooks/tasks.yml')
-rw-r--r-- | test/schemas/negative_test/playbooks/tasks.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/tasks.yml b/test/schemas/negative_test/playbooks/tasks.yml new file mode 100644 index 0000000..2464a73 --- /dev/null +++ b/test/schemas/negative_test/playbooks/tasks.yml @@ -0,0 +1,5 @@ +- hosts: localhost + pre_tasks: foo # <-- must be array + post_tasks: {} # <-- must be array + tasks: 1 # <-- must be array + handlers: 1.0 # <-- must be array |