summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/tasks/args.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/test/playbooks/tasks/args.yml')
-rw-r--r--test/schemas/test/playbooks/tasks/args.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/schemas/test/playbooks/tasks/args.yml b/test/schemas/test/playbooks/tasks/args.yml
new file mode 100644
index 0000000..1e25e1d
--- /dev/null
+++ b/test/schemas/test/playbooks/tasks/args.yml
@@ -0,0 +1,4 @@
+- action: foo
+ args: {}
+- action: foo
+ args: "{{ {} }}"