summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/loop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/test/playbooks/loop.yml')
-rw-r--r--test/schemas/test/playbooks/loop.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/schemas/test/playbooks/loop.yml b/test/schemas/test/playbooks/loop.yml
new file mode 100644
index 0000000..c0e1734
--- /dev/null
+++ b/test/schemas/test/playbooks/loop.yml
@@ -0,0 +1,9 @@
+---
+- hosts: localhost
+ tasks:
+ - name: that should pass
+ ansible.builtin.debug:
+ var: item
+ loop:
+ - foo
+ - bar