summaryrefslogtreecommitdiffstats
path: root/test/task-has-name-failure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/task-has-name-failure.yml')
-rw-r--r--test/task-has-name-failure.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/task-has-name-failure.yml b/test/task-has-name-failure.yml
new file mode 100644
index 0000000..ce947f3
--- /dev/null
+++ b/test/task-has-name-failure.yml
@@ -0,0 +1,7 @@
+---
+
+- hosts: all
+ tasks:
+ - command: echo "no name"
+ - name:
+ command: echo "empty name"