summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/yaml_parsing/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/yaml_parsing/playbook.yml')
-rw-r--r--test/integration/targets/yaml_parsing/playbook.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/yaml_parsing/playbook.yml b/test/integration/targets/yaml_parsing/playbook.yml
new file mode 100644
index 0000000..b3c9d5b
--- /dev/null
+++ b/test/integration/targets/yaml_parsing/playbook.yml
@@ -0,0 +1,5 @@
+- hosts: localhost
+ gather_facts: false
+ vars:
+ foo: bar
+ foo: baz # yamllint disable rule:key-duplicates