summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/tasks.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/test/playbooks/tasks.yml')
-rw-r--r--test/schemas/test/playbooks/tasks.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/schemas/test/playbooks/tasks.yml b/test/schemas/test/playbooks/tasks.yml
new file mode 100644
index 0000000..b01cf8c
--- /dev/null
+++ b/test/schemas/test/playbooks/tasks.yml
@@ -0,0 +1,5 @@
+- hosts: localhost
+ pre_tasks: []
+ post_tasks: []
+ tasks: []
+ handlers: []