summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/deep/empty.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playbooks/deep/empty.yml')
-rw-r--r--examples/playbooks/deep/empty.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/playbooks/deep/empty.yml b/examples/playbooks/deep/empty.yml
new file mode 100644
index 0000000..722df73
--- /dev/null
+++ b/examples/playbooks/deep/empty.yml
@@ -0,0 +1,4 @@
+---
+- name: some playbook with incorrect name # <- should raise name[casing]
+ hosts: localhost
+ tasks: []