summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/tasks/with_items_boolean.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/negative_test/playbooks/tasks/with_items_boolean.yml')
-rw-r--r--test/schemas/negative_test/playbooks/tasks/with_items_boolean.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/tasks/with_items_boolean.yml b/test/schemas/negative_test/playbooks/tasks/with_items_boolean.yml
new file mode 100644
index 0000000..eff6ea0
--- /dev/null
+++ b/test/schemas/negative_test/playbooks/tasks/with_items_boolean.yml
@@ -0,0 +1,2 @@
+- command: echo 123
+ with_items: true # invalid, must be a list or templated string